• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Create database user with database.exe

J

jpboyce

Guest
I'm trying to write a script to help in provisioning hosting. I'm having a bit of trouble with adding a database user to an existing mySQL database. I create the database perfectly okay. However, when I try to run the command that will add a user I get only an F when the command prompt returns. When I check the database in the Plesk web admin area, the user has not been created. The command I have been using is:

Code:
database --update databasename -add_user databaseuser

I've also tried using the -u option instead of --update with the same result. Any help would be appreciated. Thanks.
 
Back
Top