LoginSignup
0
1

More than 5 years have passed since last update.

MACのXAMPPでMySQLが起動しない時の解決策

Last updated at Posted at 2018-05-22

1) 以下のサイトを参照する
  https://qiita.com/masakinpo/items/8b686047c741a8332576

2)それでも動かなかったら、すでにMysqlが裏で動いている可能性がある。
 そのため、 次のコマンドを打つ
  ps aux | grep sql
 このコマンドで、Mysqlがバックエンドで動いているかを確認し、動いていたらそのプロセスをkillする。次のコマンドで、
kill プロセスid (複数可能)

3)通常通りXAMPPからMysqlサーバを起動

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1