A
Anonymous
Guest
I can't figure out why I keep running into this error. MySQL is running and PHP is running as an apache module, but I always get this:
And here is the code:
can anybody help me!? I would really appreciate it.
FYI - I have all the permissions set properly, and I have the database setup in mysql
Warning: Lost connection to MySQL server during query in /var/www/html/bands/us/il/tripwire/guest.php on line 27
Unable to connect to SQL server
And here is the code:
Code:
mysql_pconnect("musicalliance.info", "$username", "$password")
or die("Unable to connect to SQL server");
can anybody help me!? I would really appreciate it.
FYI - I have all the permissions set properly, and I have the database setup in mysql