mysqld --initialize --console
mysqld -install
net start mysql
mysql -u root -p
alter user 'root'@'localhost' identified by '123456';
commit;
微信扫一扫
mysqld --initialize --console
mysqld -install
net start mysql
mysql -u root -p
alter user 'root'@'localhost' identified by '123456';
commit;
相关推荐