
shell> mysql -u root mysql
mysql> UPDATE user SET Password=PASSWORD(‘new_password’)
-> WHERE user=’root’;
mysql> FLUSH PRIVILEGES;

shell> mysql -u root mysql
mysql> UPDATE user SET Password=PASSWORD(‘new_password’)
-> WHERE user=’root’;
mysql> FLUSH PRIVILEGES;
This entry was posted on Thursday, November 9th, 2006 at 7:49 pm and is filed under Apache/MySQL/PHP. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Theme Contempt by Vault9.
Blog at WordPress.com.