wgo01 Posted February 2, 2014 Share Posted February 2, 2014 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 More sharing options...
vekia Posted February 2, 2014 Share Posted February 2, 2014 hello it looks like something blocks an access to this user. have you got information about possible restrictions? maybe you've got limited number of queries, or connections etc? it's worth to check it Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now