Skip to content

Instantly share code, notes, and snippets.

@naokazuterada
Last active November 22, 2017 03:34
Show Gist options
  • Save naokazuterada/9eb586cdf023865acbf66e95e39eab86 to your computer and use it in GitHub Desktop.
Save naokazuterada/9eb586cdf023865acbf66e95e39eab86 to your computer and use it in GitHub Desktop.
MAMPで"お使いのサーバーの PHP では WordPress に必要な MySQL 拡張を利用できないようです。"

結局これでは、解決しなかった…

MAMPでWordpressが"お使いのサーバーの PHP では WordPress に必要な MySQL 拡張を利用できないようです。"というエラーを吐く。

php.iniでDynamic Extensionsのところに、extension=msql.soを追記

バージョンごとのphp.iniの場所 /Applications/MAMP/bin/php/phpx.x.x/conf/php.ini

参考: https://blog.kujira-station.com/201501261644

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment