0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

MySQL error pid file warning

Last updated at Posted at 2020-10-15

  mysql ハマった 流れ

 ・homebrewでmysqlをインストール
 ・テーブルの作成
 ・放置期間(3週間)
 ・mysqlworkbenchでテーブル作成
 ・ターミナルでコマンドで作成を新たに試みる(3週間前作ったのを忘れる)
 ・cleat しようとするとエラーがでる
 ・とりあえず一回消そうと安易に考えてアンインストール
 ・brew doctor でwarning
 ・aplle deveroper でCommand line ほにゃを Xcodeインストールせずにインストール
 
 ・Error 何種類かみた
 多いのはThe server quit without updating PID file(

)

・ls -al /usr/local
・ls -al /usr/var

ファイルが無かったので

mkdir /usr/local/var/mysql
からの
chomod 775/usr/local/var/mysql
からの
mysql.server start

エラーー

ps aux|grep mysql
からの
warning:The post-install step did not complete successfully

全部のファイル消せてるか不安だったので
powerMyMacでsql関連のファイルと思われるもの全て削除
アンインストール mac再起動

ERROR:The server quit without updating PID fileーーー

からの

https://motomichi-works.hatenablog.com/entry/2016/03/02/103207
この記事参考にbash.profile作成した後
https://qiita.com/akiko-pusu/items/aef52b723da2cb5dc596
でアンインストールとインストールしたら再起動に成功した

12時間ほどerrorとwarningループ楽しかった
アンインストールして
関連物消して
bashプロファイル作って
再起動して
インストールして立ち上げたらいけました

♯mysql

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?