码迷,mamicode.com
首页 > 数据库 > 详细

cygwin mysql forget root password

时间:2020-05-14 11:37:35      阅读:76      评论:0      收藏:0      [点我收藏+]

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

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   

原文地址:https://www.cnblogs.com/eiguleo/p/12886744.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!