0
点赞
收藏
分享

微信扫一扫

127-win安装mysql

以管理员身份运行cmd,
cd D:\mysql-5.7.5-m15-winx64\bin
mysqld --initialize-insecure --user=mysql
mysqld -install
net start MySQL
mysql -u root -p

alter user 'root'@'localhost' identified by '123456';
commit;

举报

相关推荐

0 条评论