STATS: 15 sec. timeout performing ST_MYSQL
Posted: 07 Jul 2013, 16:18
I'm trying to hunt down the cause of this alert on a new centos setup (not cpanel)
I'm actually running percona mysql but it should be the same?
Looking at the source it looks like it must fail right off on the connection itself.
Note that .my.cnf DOES exist and csf has root as the login and blank password so it should use .mycnf
I don't see any other access errors, how can I debug if it's properly grabbing the password?
I tried adding another user I created that can show status (well any user can) and it also fails with that error.
I am starting to wonder if perl is not using the local socket but trying to go through the external IP which I have disabled (skip-networking). I have it set to LOCALHOST, also tried 127.0.0.1 but that's an actual IP.
Is it possible I am missing a perl module?
Thanks for any ideas.
I'm actually running percona mysql but it should be the same?
Looking at the source it looks like it must fail right off on the connection itself.
Note that .my.cnf DOES exist and csf has root as the login and blank password so it should use .mycnf
I don't see any other access errors, how can I debug if it's properly grabbing the password?
I tried adding another user I created that can show status (well any user can) and it also fails with that error.
I am starting to wonder if perl is not using the local socket but trying to go through the external IP which I have disabled (skip-networking). I have it set to LOCALHOST, also tried 127.0.0.1 but that's an actual IP.
Is it possible I am missing a perl module?
Thanks for any ideas.