Can't access MySQL databases

Status
Not open for further replies.

goblins

New Member
Messages
4
Reaction score
0
Points
0
Since the migration of the chopin server, all applications I have using MySQL databases no longer work. Both my website (using Joomla!) and a cronjob return the following error.

Database Error: Unable to connect to the database:Could not connect to MySQL

Advice I have seen on other threads has not helped me resolve this (e.g. my database.php file already references localhost rather than chopin.x10hosting.com

Any more ideas?

:nuts:
Edit:
Both problems fixed by changing the Joomla configuration.php file to show

var $host = 'localhost';

rather than

var $host = 'mysql-chopin.x10hosting.com';

;)
 
Last edited:

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
Both problems fixed by changing the Joomla configuration.php file to show

var $host = 'localhost';

rather than

var $host = 'mysql-chopin.x10hosting.com';

;)

Hi goblins,

Now that you have fixed your own problem and no further assistance is necessary from support staff, I am going to close this ticket to mark it as resolved. Feel free to create a new support ticket if you need more help or have any additional questions.

- Adam
 
Status
Not open for further replies.
Top