centos 下修改mysql 密码

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h centos-svr password 'new-password'
Alternatively you can run:
/usr/bin/mysql_secure_installation
posted @ 2012-05-11 10:23  透传云  阅读(317)  评论(0编辑  收藏  举报