摘要: set password for 'username'@'host' = password('123456')或mysql> set password for root@localhost = password('123456'); mysql -u root -p123456 阅读全文
posted @ 2020-02-25 20:52 ThisCall 阅读(174) 评论(0) 推荐(0)
摘要: 在DOS窗口、gitbush以及一些可以使用的命令行工具的界面上,输入:net stop mysql、net start mysql时,总是提示:服务名无效。 出现提示如下: 原因是:因为net start +服务名,启动的是win下注册的服务。此时,系统中并没有注册mysql到服务中。即当前路径下 阅读全文
posted @ 2020-02-25 20:32 ThisCall 阅读(5672) 评论(0) 推荐(0)