I want to create a database user for my setup fabric script but createuser has interactive password entering and seams not to like fabric.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Just use plain SQL to create a new user:
|
|||||
|
|
To extend the answer with a Fabric example...
|
|||
|
|