touch /usr/local/var/mysql/[マシン名].local.pidでファイルを作成後、mysql.server start
を実行。
するとエラーが出ました。
.rm: /tmp/mysql.sock: Permission denied 2023-08-01T17:12:33.6NZ mysqld_safe Fatal error: Can't remove the socket file: /tmp/mysql.sock. Please remove the file manually and start /usr/local/Cellar/mysql/8.0.33_3/bin/mysqld_safe again; mysqld daemon not started ERROR! The server quit without updating PID file (/usr/local/var/mysql/joshu.local.pid).
エラー分通りに以下の実行しました。
sudo rm /tmp/mysql.sock
/usr/local/Cellar/mysql/8.0.33_3/bin/mysqld_safe
上記実行後は、control + z
で停止できます。
そして、ログインすると問題なく動きました。
mysql -u root