0
MAMPでMySQLを実行することができません。このサイトの他のドキュメントには、すべて削除してMAMPを再インストールすることを提案しています。私はWordPressのテーマ開発プロジェクトの途中にあり、すでにデータベースを構築していたので、これは私の選択肢ではありません。これはエラーログです。MAMPでMySQLを削除して再インストールしないと、MySQLを解決できないのですが?
InnoDB: To fix the problem and start mysqld:
InnoDB: 1) If there is a permission problem in the file and mysqld cannot
InnoDB: open the file, you should modify the permissions.
InnoDB: 2) If the table is not needed, or you can restore it from a backup,
InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
InnoDB: crash recovery and ignore that table.
InnoDB: 3) If the file system or the disk is broken, and you cannot remove
InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
InnoDB: and force InnoDB to continue crash recovery here.
170225 17:42:34 mysqld_safe mysqld from pid file /Applications/MAMP/tmp/mysql/mysql.pid ended
これは私には何の示唆もありません。
danales-MacBook-Pro:~ danale$ killall -9 mysqld
No matching processes belonging to you were found
私はMacBook Proのシエラを使用しています:実行中の現在のMySQLのプロセスは、少なくとも、それは私がこれから収集するものではありません。助けてください。
@ArsalanMithani、あなたの提案は私にこのドキュメントにつながります:http://stackoverflow.com/questions/23455841/mysql-server-wont-start-mamp/28654878#28654878だから私はなぜ彼らが働いているファイルを削除することを知りたいのですが、答えとして投稿してください。 – Daniel
追加、私のコメントが表示されません???私は間違った場所で私が削除したと思うどこか他の場所を削除していた。 –