MACOS下数据库管理 [ 4 ] :升级 mysql 8.0.22版本
如果你mac下启动mysql总是显示
The server quit without updating PID file (/usr/local/mysql/data/某某人的deMac
;
或者sequel反复设置连接不上;
又或者sequel连接上之后不断崩溃,参考下面文章
1. Mac命令行启动MySQL
2. mac mysql报错:The server quit without updating PID file (/usr/local/var/mysql/mac_name.local
3. 【iOS系列】-A server with the specified hostname could not be found.问题解决
4. Starting MySQLERROR! The server quit without updating PID file (/usr/local/mysql/data/xxx)遇到的坑
5. MySQL 连接出现 Authentication plugin ‘caching_sha2_password’ cannot be loaded
在尝试了无数网络上的pid之类方法都不管用,请采用以下步骤尝试
step1: 关机重启mac电脑
step2: 命令行终端重启mysql:
if成功,则step3;
else显示pid等失败,请忽略: {
1.使用系统偏好设置里的图标重启mysql,必然成功; 若图标法依然失败,别继续往下看了}
step3: 尝试sequel连接,方法见【SQL】MACOS下数据库管理 [ 1 ]
总结