doumu5662 2015-10-06 09:50
浏览 74
已采纳

PHP5.6 fpm:未定义函数mysql_connect()[重复]

This question already has an answer here:

After updating to PHP5.6 and Apache server 2.4 I started using PHP in FPM mode. The migrated PHP code shows the following error every time a call to database is made:

[06-Oct-2015 09:38:07 UTC] PHP Fatal error:  Call to undefined function mysql_connect() in /var/www/html/loadscript.php on line 40

My MySQL is the same version as before, so I am thinking that another version has to be installed to match my updated configuration. What am I missing?

</div>
  • 写回答

1条回答 默认 最新

  • doucu7330 2015-10-06 09:59
    关注

    You can try by using $mysqli = new mysqli("example.com", "user", "password", "database");

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?