| |
|
|
|
MSN Nieuws |
|
Connection failed (MySQL error 2002): No such file or directory.
Possible causes: wrong database name, invalid username/password, or the DB user lacks privileges for the specified database.
Check your credentials in this file (database.php) and, if you manage the MySQL server, grant privileges e.g.:
GRANT ALL PRIVILEGES ON `your_db_name`.* TO 'your_db_user'@'localhost';
FLUSH PRIVILEGES(); |
| | | |