时间:2021-07-01 10:21:17 帮助过:27人阅读
./mysql -uroot -p
提示输入密码,此时输入拷贝下来的临时密码
(如果这里一直报错,那么用
./mysqld_safe --skip-grant-tables --skip-networking
参考网址http://blog.csdn.net/ku360517703/article/details/49684809
这方法在linux下屡试不爽,可是在mac下似乎没用,依然让我输入密码。官方说法是If you lose this password, please consult the section How to Reset the Root Password in the MySQL reference manual,不过我还没去看,以后忘了密码再说吧)
进入mysql之后
mysql> set password for root@localhost = password(‘newpassword‘);
之后exit,再用新密码进入一下试试
如果修改成功,那么进行下一步
配置环境变量(这步可以略过,不过那样子每次mysql都要进入/usr/local/mysql/bin/,很麻烦)
关于Mac的环境变量,参考这篇文章http://www.cnblogs.com/shineqiujuan/p/4693404.html
我修改的是/etc/paths,(-rw-r--r-- 1 root wheel 91 1 12 22:50 /etc/paths),
要进入root用户修改,su root(如果没有root用户,要先设置root用户)
之后,vi /etc/paths,进入编辑状态后,把这个/usr/local/mysql/bin文件夹拖进去就好了。
之后,保存退出,重启电脑,启动mysql服务,在终端输入mysql -uroot -p看看。
删除mysql
有时因为某些原因,mysql需要删除掉,比如某个配置文件搞错了无法恢复什么的
删除如下,很麻烦
sudo rm /usr/local/mysql sudo rm -rf /usr/local/mysql* sudo rm -rf /Library/StartupItems/MySQLCOM sudo rm -rf /Library/PreferencePanes/My* sudo vim /etc/hostconfig (and removed the line MYSQLCOM=-YES-) sudo rm -rf ~/Library/PreferencePanes/My* sudo rm -rf /Library/Receipts/mysql* sudo rm -rf /Library/Receipts/MySQL* sudo rm -rf /var/db/receipts/com.mysql.*
删除完了重启电脑,就可以重新装mysql了。
mac安装以及删除mysql5.7
标签:local table src workbench roo community html reset cti