Are you new here? Subscribe to my RSS feed. Thanks for visiting!
Here is how to change the mysql root password from the Linux command line. Replace “root” with any user name to change any mysql user password.
# /etc/init.d/mysql stop
# mysqld --skip-grant-tables
# mysqladmin -u root password 'newpasswd'
# /etc/init.d/mysql start
Cheers!
Popularity: 11% [?]
Sponsors


No Comment
Random Post
Leave Your Comments Below