Experts Exchange
Blog with technical details to trouble issues
Change Mysql password
Change MySQL Password
# /etc/init.d/mysql stop
# mysqld --skip-grant-tables
# mysqladmin -u root password 'newpasswd'
# /etc/init.d/mysql start
Newer Post
Older Post
Home