This test script has been uploaded to your site by web hosting technical support because of a support request (IDS-9722278) for your hosting account.

If this test script executes correctly you will see a list of all tables in your database along with the number of rows in each table. Otherwise you will see an error describing the failure.




Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'stri58@localhost' (Using password: YES) in /home/stripers/www/stripersgrille.com/vsadmin/db_conn_open.php on line 25
Unable to connect to the MySQL database server!



List of common errors:

These are provided for troubleshooting in case you get any errors listed above. the following are some common variables that will be listed in the errors and also corespond to variable names in the script:

dbname is the name of the database we are trying to connect to. This should be the same as the accounts username.
dbuser is the username authorized to access the database. This should be the same as the hosting accounts username.

Databases
Error: Unable to select the dbname database!
1044: Access denied for user: 'dbuser@localhost' to database 'dbname'
Cause:

The name of the database to connect to is not correct in the script. Please verify this piece of information and retry.


Error: Warning: Access denied for user: 'dbuser@localhost' (Using password: YES) in /u/web/userid/tech-support-test-php-mysql.php on line 21

Warning: MySQL Connection Failed: Access denied for user: 'dbuser@localhost' (Using password: YES) in /u/web/userid/tech-support-test-php-mysql.php on line 21
Unable to connect to the MySQL database server!
Specifically for SIGNATURE accounts, make sure that mysql is actually installed. Check the Control Panel to determine if it is.
Cause:

This is kind of a catch all error message. You need to check a few things to correct this error:

1. Verify the password is correct. It should be the same password used to access the web site Control Panel.

2. Verify the username is correct. It should be the same username used to access the web site Control Panel.

3. Verify the hostname is correct. Typically it is best to leave this set to localhost. This would be changed to a fully qualified hostname or IP address if you specifically wanted to connect to a remote database.

4. Check Php Mysql Admin see if it returns a more specific error. Php Mysql Admin