Jump to content

SQLSTATE connection error


Recommended Posts

For my Test environment I continue get this error message:

 

Link to database cannot be established: SQLSTATE[28000] [1045] Access denied for user 'u1003387_wgo01'@'172.16.4.100' (using password: YES)

 

Although I can connect through mySQL ODBC or MySql Workbench to this database on this server.

 

settings.inc.php:

 

define('__PS_BASE_URI__', '/');
define('_DB_SERVER_', '172.16.4.100');
define('_DB_NAME_', 'db1003387_wgo01');
define('_DB_USER_', 'u1003387_wgo01');
define('_DB_PASSWD_', '..................);
define('_DB_PREFIX_', 'ps_');
define('_MYSQL_ENGINE_', 'InnoDB');
define('_PS_CACHING_SYSTEM_', 'CacheFs');

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...