mysql 安装时一定要在 bin目录下进行安装

C:\Program Files\mysql-5.7.24-winx64\bin>mysqld --install

mysqld --remove //删除mysql服务
mysqld --install //安装mysql服务
mysqld --initialize-insecure
net start mysql

set password for root@localhost = password('123456');  

猜你喜欢

转载自www.cnblogs.com/wjx-blog/p/9915515.html
今日推荐