mysql>show databases;
You must reset your password using ALTER USER statement before executing this statement.
解决办法:
mysql>alter user 'root'@'localhost' identified by 'root';
北京java找工作君羊:145471323 :idea:
You must reset your password using ALTER USER statement before executing this statement.
解决办法:
mysql>alter user 'root'@'localhost' identified by 'root';
北京java找工作君羊:145471323 :idea:
8275

被折叠的 条评论
为什么被折叠?



