This test script has been uploaded to your site by web hosting technical support because of a support request ([1-325741014]) 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.
| Databases |
|---|
| Announced Mail |
| AnnouncedMail |
| calendar |
| mysql |
| oscommerce |
| test |
| Table | Rows |
|---|
| 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 |