I'm having some problems with my Install of PHP and MySQL.
On a PHP sciprt I made I need it to connect to MySQL.
I keep getting this error:
Fatal error: Call to undefined function: mysql_connect() in /var/www/html/register1.php on line 21
Here's Line 21 of that file
mysql_connect("localhost", "root", "*");
*Password Removed
It works on other builds of PHP...
Also, where does MySQL keep all of it's configuration? (Stupid question)