MySQL問題:Access denied for user 'mysql'@'localhost'


deep@deep-PC:~$ sudo mysql -uroot -p

mysql> update mysql.user set authentication_string=PASSWORD('mysql'), plugin='mysql_native_password' where user='root';
Query OK, 1 row affected, 1 warning (0.04 sec)
Rows matched: 1  Changed: 1  Warnings: 1

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

mysql> exit
Bye
deep@deep-PC:~$ sudo service mysql restart

 deep@deep-PC:~$ mysql -uroot -p

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM