0
我在我的VPS上安裝了OpenShift Origin,並且安裝了最新的CentOS。OpenShift Origin PHP缺少MySQL擴展
現在我正在嘗試部署一個wordpress實例來運行博客,並且我遵循博客文章來使用這些命令。
rhc app create wordpress php-5.4 mysql-5.5 --fromcode=https://github.com/openshift/wordpress-example
git add *
git commit -m init
並且上傳過程完成沒有任何錯誤。
Your application 'wordpress' is now available.
URL: http://******/
SSH to: ******@******
Git remote: ssh://******@******/~/git/wordpress.git/ Cloned to: /Users/amphineko/Temp/wordpress
後來,當我訪問上面提供的URL(HTTP:// ** /),它告訴我有什麼不對勁。
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
但我試圖通過Web控制檯相同的應用程序下添加一個phpMyAdmin的墨盒和訪問它,它工作正常。
我的WordPress配置有什麼問題,比如定義MySQL擴展的需求?