Problem after moving directories

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Jan 04, 2012 1:18 pm
Hello,

I recently moved my joomla files from a /test directory to the root. I changed the web address in the configuration.php file, but now I cannot access the Admin CP or the MySQL Database.

I receive the error: "Database Error: Unable to connect to the database:Could not connect to MySQL"

I'm probably missing something obvious, but can someone point me in the right direction of what else I need to change.

Thanks :)
User avatar
Fresh Boarder

GK User
Fri Jan 13, 2012 11:08 am
Hi,

Please check your database connection information in file configuration.php to make sure you have provided correct info:
Code: Select all
public $host = '';
public $user = '';
public $password = '';
public $db = '';
public $dbprefix = '';
User avatar
Platinum Boarder


cron