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

 

相关文章:

  • 2021-12-01
  • 2022-12-23
  • 2021-09-01
  • 2021-07-08
  • 2021-09-01
  • 2022-02-14
猜你喜欢
  • 2021-06-26
  • 2021-09-01
  • 2022-12-23
  • 2021-07-29
  • 2021-10-14
  • 2021-06-02
相关资源
相似解决方案