0
点赞
收藏
分享

微信扫一扫

125-win中初始化mysql

SPEIKE 2022-11-11 阅读 208
mysqld --initialize --console
mysqld -install
net start mysql
mysql -u root -p

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

相关推荐

0 条评论