Unable to connect to the database
From Joomla! Documentation
(Difference between revisions)
(Corrected list numbering. Corrected misspellings.) |
m (Corrected misspelling in page title) |
||
| Line 2: | Line 2: | ||
{{review}} | {{review}} | ||
| − | == Unable to Connect to the | + | == Unable to Connect to the Database: Could Not Connect to MySQL == |
If during or after installation, you received "'''Unable to connect to the database'''" error, verify that you have entered your MySQL database details correctly. The installation script will not allow you to continue unless the details are correct. | If during or after installation, you received "'''Unable to connect to the database'''" error, verify that you have entered your MySQL database details correctly. The installation script will not allow you to continue unless the details are correct. | ||
Revision as of 20:25, 25 April 2010
| This is a article which: needs review. You can help the Joomla! Documentation Wiki by contributing to it. More pages that need help similar to this one are here. If you feel the need is satistified, please remove this notice. While actively editing, consider adding {{inuse}} to reduce edit conflicts. |
Unable to Connect to the Database: Could Not Connect to MySQL
If during or after installation, you received "Unable to connect to the database" error, verify that you have entered your MySQL database details correctly. The installation script will not allow you to continue unless the details are correct.
If the failure occurs after moving your site to another host, check the following items of your configuration.php file. The normal database settings are the following:
var $dbtype = 'mysql'; var $host = 'localhost'; var $user = 'user_with_database_access'; var $db = 'the_actual_database_name'; var $dbprefix = 'table_prefix_';
The Most Common Reasons
- Sometimes you will see this message if MySQL has stopped running on your server. Your server administrator may temporarily turn MySQL off to run maintenance utilities. In such circumstances, your site will likely return shortly.
- Your database user has been deleted. If this is the case, you will need to recreate your database user with the same username and password that existed when you first installed Joomla. Use your domain control panel to administer this or contact your server administrator.
- Your database username or password has changed.