若何修改Linux服务器的MySQL数据库root密码_微信数
日期:2014-12-27 / 人气: / 来源:网络
第一种方法:
/local/server/mysql/bin/mysqladmin -u root password ‘new_password’
由于mysql安装的时候,默认没有root密码,安装时可用此方法设置root的密码。
[root@uc ~]# /local/server/mysql/bin/mysqladmin -u root password 'zhcw123'
/local/server/mysql/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
[root@uc ~]#
第二种方法:
登录mysql数据库/local/server/mysql/bin/mysql -u root -pzhcw123
[root@uc ~]# /local/server/mysql/bin/mysql -u root -pzhcw123
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 61
Server version: 5.0.90zhcw-log Source
Type 'help;' or 'h' for help. Type 'c' to clear the current input statement.
mysql> use mysql
Database changed
mysql>
mysql>UPDATE user SET password=PASSWORD(’new_password’) WHERE user=’root’;
mysql>FLUSH PRIVILEGES;
第三种方法:
mysql>SET PASSWORD FOR root=PASSWORD(’new_password’);
重置MySQL数据库的root密码
如果你忘记了MySQL(和PHP搭配之最佳组合)ROOT密码对MySQL(和PHP搭配之最佳组合)的使用造成很大的不便,但是很少朋友会对MySQLROOT密码进行重置,那叫苦啊,我有深有感触,特写此文章与大家交流:1、编辑MySQL(和PHP搭配之最佳组合)配
MySQL教程,mysql root,mysql root密码
作者:管理员
推荐内容 Recommended
- 江苏飞浩信息科技期待您的加入07-20
- 江苏飞浩科技欢迎您07-19
相关内容 Related
- 江苏飞浩信息科技期待您的加入07-20
- 江苏飞浩科技欢迎您07-19