Reputation: 11
I am getting an error when I try to go to my website (Hosted with XAMPP):
database 'chat' in C:\xampp\htdocs\Chat\index.php:23 Stack trace: #0 C:\xampp\htdocs\Chat\index.php(23): PDO->__construct('mysql:host=127....', 'root', '') #1 {main} thrown in C:\xampp\htdocs\Chat\index.php on line 23
How can I fix this? Thanks in advance!
Upvotes: 0
Views: 15384
Reputation: 696
A few ideas to help you :
Can you provide us an exact list of the current databases on the server ?
Upvotes: 2