当前位置:Gxlcms > 数据库问题 > mysql 的使用

mysql 的使用

时间:2021-07-01 10:21:17 帮助过:3人阅读

1 遗忘密码,如何进入数据库。

 /etc/init.d/mysql stop 

 mysqld_safe --user=mysql --skip-grant-tables --skip-networking & 

 mysql -u root mysql

 mysql> use mysql; 

 mysql> UPDATE user SET Password=PASSWORD(‘newpassword‘) where USER=‘root‘; 

 mysql> FLUSH PRIVILEGES; 

 mysql> quit 

 /etc/init.d/mysql restart 
 mysql -u root -p 
 Enter password: <输入新设的密码newpassword> 
 mysql> 

mysql 的使用

标签:top   ant   数据库   amp   数据   set   mysq   sql   word   

人气教程排行