mysqld --initialize --console
mysqld -install
net start mysql
mysql -u root -p
alter user 'root'@'localhost' identified by '123456';
commit;
125-win中初始化mysql
阅读 208
2022-11-11
mysqld --initialize --console
mysqld -install
net start mysql
mysql -u root -p
alter user 'root'@'localhost' identified by '123456';
commit;
相关推荐
精彩评论(0)