I face a very delicate issue, which is far beyond my skills to getting a grip around it. I am working since approx. four weeks at a project. I work with xampp environment (apache, php, phpmyadmin,...) and I do things as I do them for ten years now. And it worked fine, so far!
Then two days ago without doing any coding, the error message
Fatal error: Uncaught PDOException: SQLSTATE[HY000] [1044] Access denied for user 'XXXX'@'localhost' to database 'XXXX' in C:\xampp\htdocs\Websites\XXXX\scripts\connect2SQL.php:6 Stack trace: #0 C:\xampp\htdocs\Websites\XXXX\scripts\connect2SQL.php(6): PDO->__construct('mysql:host=loca...', 'XXXX', 'XXXX', Array) #1 C:\xampp\htdocs\Websites\XXXX\scripts\init.php(25): include('C:\xampp\htdocs...') #2 C:\xampp\htdocs\Websites\XXXX\board.php(3): include('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\Websites\Bullwhip\scripts\connect2SQL.php on line 6
appears. Checking for the database, the problems seems to be originated here. Everything here works fine, but when it comes to the check of the permissions, I cannot even access this site in phpmyadmin. The attempt is followed by
1030 - Fehler 176 "Read page with wrong checksum" von Speicher-Engine Aria
I don't have any clue, what could have led to this problem. I really would be happy, if someone out there could give me a hint.
Thank you.
Frank, Germany