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';
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: