I'm going to attempt to move a mysql database from one user to another - there's a KB article on how to do this:
http://help.directadmin.com/item.php?id=224
After reading the KB article, it's not clear to me how to execute this.
My question: Do I just run that command on my shell prompt?
(obviously changing the details to my applicable system)
Another Question:
will this modify any of the database settings?
what I'm concerned with is do I then need to go into the website and re-configure the database connection strings?
http://help.directadmin.com/item.php?id=224
Code:
VERBOSE=1 DBUSER="da_admin" DBPASS="da_adminpass" USERNAME="username" NEWUSERNAME="newusername" /usr/local/bin/php /usr/local/directadmin/scripts/change_database_username.php
After reading the KB article, it's not clear to me how to execute this.
My question: Do I just run that command on my shell prompt?
(obviously changing the details to my applicable system)
Another Question:
will this modify any of the database settings?
what I'm concerned with is do I then need to go into the website and re-configure the database connection strings?