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.

Dockerでwordpress使おうとしたらDBに繋がらなかった。

Posted at

##現象
Dockerで公式が紹介してるdocker-compose.ymlをそのまま使ってWordPressの環境を作るとDBに繋がらない。

Error establishing a database connection

##原因
wp-config.phpにDB情報が入っていなかった。
ただ、なぜ書き換えがされてないのかまではまだわかってない。

恐らくこちらの設定ミスだと思う...
直前にMySQLイメージがクラッシュしてたのでそれも関係するのだろうか?

##解決方法
Dockerを立ち上げて直接wp-config.phpを変更する。

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?