Get the following error:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'mysql@VolvoLinux' (Using password: YES)
from the script:
mysql_connect($hostname, $usernamedb, $passworddb)
or die ("Connection Failed!");
Normally this is just a password problem, but I am positive the password and information are correct. I am able to connect with MySQL Front and manipulate everything with the same user I am trying to connect with through this php script.
Any ideas?