Monday, July 16, 2012

Renaming Mysql User Account


The image above shows on how to change the old user name(richard) to new user name(santiago).
You have to follow the syntax: rename user ‘richard’@’localhost’ to ‘santiago’@’127.0.0.1’;
No changes have been made on the databases inside the user account, only the name of user account.



No comments:

Post a Comment