S sagar Member Dec 23, 2009 #1 Dec 23, 2009 #1 Getting this error. I recompiled php thorugh console twice but no luck Code: Fatal error: Call to undefined function mysql_connect()
Getting this error. I recompiled php thorugh console twice but no luck Code: Fatal error: Call to undefined function mysql_connect()
N NiteWave Administrator Dec 23, 2009 #2 Dec 23, 2009 #2 recompile php with --with-mysql option. http://www.php.net/manual/en/mysql.installation.php PHP 5+ MySQL is not enabled by default, nor is the MySQL library bundled with PHP. Read this FAQ for details on why. Use the --with-mysql[=DIR] configure option to include MySQL support. Click to expand...
recompile php with --with-mysql option. http://www.php.net/manual/en/mysql.installation.php PHP 5+ MySQL is not enabled by default, nor is the MySQL library bundled with PHP. Read this FAQ for details on why. Use the --with-mysql[=DIR] configure option to include MySQL support. Click to expand...