mysql failed login attempts

2012-07-15 Thread Tim Dunphy
hello, currently my php app is failing logins to it's mysql database. My config file is set like this: [mysqld_safe] general-log=1 general-log-file=/var/log/mysqld-general.log log-output=/var/log/mysqld-general.log log=/var/log/mysqld.log log-error=/var/log/mysqld-error.log

Re: mysql failed login attempts

2012-07-15 Thread Akshay Suryavanshi
Hi Tim, The information you provided is not enough, do you have the error which you encountered. The configs you mentioned are not related to connection. Please provide the full error list may be trace from the application logs, the way you are trying to connect, plus the configs associated with