私は現在私のラズベリーパイにワードプレスを使用しています。ちょうど最近、私はApache Webサーバーに接続しようとしましたが、面白いエラーが発生しました。 Error establishing a database connection.
だから私はラズベリーのパイを巡り巡り、mysqlサービスがもう動かないことを知りました。私はsystemctl status mysql.service -l
を行なったし、私には外国人の言語であるこのクレイジー長い出力ました:誰かがこのの何かを作るてくださいすることができ私のラズベリーパイがラスピアンを実行中に失敗しました
Jun 17 22:06:58 Latridell_Server /etc/init.d/mysql[5630]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Jun 17 22:06:58 Latridell_Server /etc/init.d/mysql[5630]: [61B blob data]
Jun 17 22:06:58 Latridell_Server /etc/init.d/mysql[5630]: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Jun 17 22:06:58 Latridell_Server /etc/init.d/mysql[5630]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Jun 17 22:06:58 Latridell_Server /etc/init.d/mysql[5630]:
Jun 17 22:06:58 Latridell_Server mysql[4891]: Starting MySQL database server: mysqld . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . failed!
Jun 17 22:06:58 Latridell_Server systemd[1]: mysql.service: control process exited, code=exited status=1
Jun 17 22:06:58 Latridell_Server systemd[1]: Failed to start LSB: Start and stop the mysql database server daemon.
Jun 17 22:06:58 Latridell_Server systemd[1]: Unit mysql.service entered failed state.
を?
ご協力いただきありがとうございます。 MySQLとLinuxの
まあ。あなたは何が間違っているかを知るために、MySQL自身のログファイルを検索する必要があります。私は '/ var/log'(それ自身のファイルを持つことも、' syslog'や 'messages'の一部でもかまいません)を探し始めることもできます。できない場合は、ロギングが無効になっているか、正しく構成されていない可能性があります。 MySQLがなぜ始まっていないのかを知ることは、本当の苦痛になる可能性があります。 –