PHP Fatal Error: call to undefined function mysql_connect() [duplicate]

You shouldn't use mysql_* functions to start with. They are deprecated as of PHP 5.5. Use mysqli or PDO instead.

原文地址:https://www.cnblogs.com/zhiqixue/p/4011329.html