当前位置:Gxlcms > 数据库问题 > cygwin mysql forget root password

cygwin mysql forget root password

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

1,mysqld --skip-grant-tables

2,use mysql

3,update user set password=password("123") where user="root";

4,flush privileges;

-----------------

1,grant select,insert,update,delete  on compatrans.* to ‘reer‘@‘localhost‘ identified by ‘an8g‘; 

cygwin mysql forget root password

标签:sel   --   table   oca   cal   delete   flush   use   com   

人气教程排行