安装代客(laravel)后,我无法使用以下消息启动mysql:
dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
Referenced from: /usr/local/Cellar/mysql@5.6/5.6.36_1/bin/my_print_defaults
Reason: image not found
Starting MySQL
.dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
Referenced from: /usr/local/Cellar/mysql@5.6/5.6.36_1/bin/my_print_defaults
Reason: image not found
dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
Referenced from: /usr/local/Cellar/mysql@5.6/5.6.36_1/bin/my_print_defaults
Reason: image not found
/usr/local/Cellar/mysql@5.6/5.6.36_1/bin/mysqld_safe: line 181: 12999 Abort trap: 6 nohup /usr/local/Cellar/mysql\@5.6/5.6.36_1/bin/mysqld --basedir=/usr/local/Cellar/mysql\@5.6/5.6.36_1 --datadir=/usr/local/var/mysql --plugin-dir=/usr/local/Cellar/mysql\@5.6/5.6.36_1/lib/plugin --log-error=/usr/local/var/mysql/$HOME.local.err --pid-file=/usr/local/var/mysql/$HOME.local.pid < /dev/null >> /usr/local/var/mysql/$HOME.local.err 2>&1
ERROR! The server quit without updating PID file (/usr/local/var/mysql/$HOME.local.pid).
您能建议我如何解决它?谢谢...(通过brew的reinstal openssl没有帮助)