[root@izj6c4danzl2zg703g6apoz default]# mysql -u root -p Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) [root@izj6c4danzl2zg703g6apoz default]# sudo /usr/local/mysql/support-files/mysql.server stop Shutting down MySQL. [ 确定 ] [root@izj6c4danzl2zg703g6apoz default]# cd /usr/local/mysql/bin [root@izj6c4danzl2zg703g6apoz bin]# sudo su [root@izj6c4danzl2zg703g6apoz bin]# ./mysqld_safe --skip-grant-tables & [1] 2690 [root@izj6c4danzl2zg703g6apoz bin]# 190207 14:03:01 mysqld_safe Logging to '/usr/local/mysql/var/izj6c4danzl2zg703g6apoz.err'. 190207 14:03:01 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var [root@izj6c4danzl2zg703g6apoz bin]# mysql -uroot -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 85 Server version: 5.5.48-log Source distribution Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> flush privileges; Query OK, 0 rows affected (0.00 sec) mysql> set password for 'root'@'localhost'=password('abc@123'); Query OK, 0 rows affected (0.00 sec) mysql> exit Bye
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- MySQL忘记密码
- [MySQl]MySQL忘记密码
- Mysql用户忘记密码及密码过期问题的处理方法
- MySQL忘记密码了怎么办?
- 一次忘记密码引发的算法思考
- 如何通过Wireshark找回忘记的FTP密码
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
神一样的产品经理
闫荣 / 电子工业出版社 / 2012-6-1 / 79.00元
这是一本系统阐述移动与互联网产品从无到有、从有到优的产品经理实践案例著作。《神一样的产品经理:基于移动与互联网产品实践》贯穿着“人如产品,产品如人”、“产品的根基和源泉来自现实生活”的写作理念,表达了产品的成功需要神一样的产品经理管理的观点。 《神一样的产品经理:基于移动与互联网产品实践》由浅入深、循序渐进地阐述了产品经理、产品需求、用户体验、项目管理、产品运营和产品团队管理的内容,理论与实......一起来看看 《神一样的产品经理》 这本书的介绍吧!