16
Quote:
raymia wrote:
Error: Unable to connect to database
Could be a number of things.
1. in mainfile.php, check that the database name, database username and database password are correct.
2. if you made the database yourself in, say phpMyadmin, make sure that the database username and password are correct and made sure that the database user has been added to the database.
3. make sure that the database is available to be used, i.e. the server is working.
HTH