I have a had a MySQL database set up and working fine on X10 for 6 months.
I access it using mysqli from a php script.
4 days ago it stopped working out of the blue.
The error is 'unable to connect to MySQL. Access denied for user xxxxx'
Nothing has changed my end. I have checked the username and password for the database and they are still correct, and tried creating a new user and logging in with that, but the error persists.
I can still connect to and query the database through phpMyAdmin.
The only thing I can see on the MySQL page is that the MySQL server started up 4 days ago, which coincides with the start of my problems.
Any ideas?
Martin
I access it using mysqli from a php script.
4 days ago it stopped working out of the blue.
The error is 'unable to connect to MySQL. Access denied for user xxxxx'
Nothing has changed my end. I have checked the username and password for the database and they are still correct, and tried creating a new user and logging in with that, but the error persists.
I can still connect to and query the database through phpMyAdmin.
The only thing I can see on the MySQL page is that the MySQL server started up 4 days ago, which coincides with the start of my problems.
Any ideas?
Martin