Jump to content

Stuck on MySQL instalation


Remorse

Recommended Posts

Posted

If the error is a database error "Access Denied" then the problem is with creating the mysql connection. This could be due to several factors, including (but not limited to):

  • Using the wrong socket
  • Using 127.0.0.1 instead of localhost, or vice-versa, or using the wrong database host if MySQL is on a separate server
  • Using the wrong database credentials (username or password)
  • User does not have access to the database
  • If you are performing an installation and are not specifying an available database, the user may not have permission to create a new database

Ultimately - the problem is with the MySQL details in some fashion.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...