|
|
Home FAQs |
J! CORE: What do Error 1, Error 2, and Error 3 mean?
| Author(s): | Experience level: | - | Contributors: | Joomla! version: | ![]() | Date added: | Wednesday, 27 June 2007 | Date last changed: | Friday, 06 July 2007 |
You need to compoile MySQL support in to PHP or the MySQL server is down.
Error 2 = FATAL ERROR: Connection to database ...
Joomla! cannot talk to the database, most likley you have typo'd the username or password in the configuration.php file or you are trying to access a table with the wrong table prefix.
Error 3 = FATAL ERROR: Database not found
The database cannot be found, maybe you typo'd in the configuration.php file
Originally Posted by toubkal
The MySQL Variables in the "configuration.php" file (found in the root folder of the Joomla!) can be modified to correct many of these problems.
For Joomla! 1.0.xx
$mosConfig_host = 'localhost';
$mosConfig_user = 'accountname__username';
$mosConfig_password = 'userpassword';
$mosConfig_db = 'accountname_dbName';
$mosConfig_dbprefix = 'jos_';
Modifying the $mosConfig_host to an IP Address of a remote host works for hosts that have separate MySQL servers from the client hosting servers.
Last Updated Friday, 06 July 2007
| < Prev | Next > |
|---|



FAQs 