简介
针对 5.7.19 , windows
卸载mysql
https://blog.csdn.net/qq_41140741/article/details/81489531
my.ini
[mysqld]
basedir=F:\windowsinstall\mysql-5.7.19\
datadir=F:\windowsinstall\mysql-5.7.19\data\
port=3306
skip-grant-tables
更改密码的命令
update mysql.user set authentication_string=password('123456') where user='root' and Host='localhost';
刷新权限
flush privileges;
windows
启停服务
net start mysql
net stop mysql
进入mysql
mysql -u root -p
不要在p后面加上空格
---------------------------我的天空里没有太阳,总是黑夜,但并不暗,因为有东西代替了太阳。虽然没有太阳那么明亮,但对我来说已经足够。凭借着这份光,我便能把黑夜当成白天。我从来就没有太阳,所以不怕失去。
--------《白夜行》