Resolved:
# edit /my.ini
Add:
[mysqld]
skip-name-resolve
OR
Disable:
# bind-address = 127.0.0.1
User Privilege:
add %
MySQL : Remote Error
Related Posts:
MYSQL : "Host is blocked because of many connection errors"Error : "Host is blocked because of many connection errors" Solutions : #mysql -u root -p -e 'flush hosts' source : http://dev.mysql.com/doc/mysql/… Read More
Cacti " ./syslog/syslog_incoming' is marked as crashed and should be repairedError: [ERROR] /usr/libexec/mysqld: Table './syslog/syslog_incoming' is marked as crashed and should be repaired Solution: mysqlcheck --auto-repair … Read More
MySQL: Repair table database of NagiosProblems nagios error : ./nagios/nagios_servicechecks' is marked as crashed and should be repaired Solutions: #mysqlcheck -p --auto-repair nagios n… Read More
MYSQL " Table 'mysql.servers' doesn't exist at ../web-lib-funcs.plProblems Table 'mysql.servers' doesn't exist at ../web-lib-funcs.pl Solution #mysql_upgrade -u root -p OR #mysql_upgrade -u root -h localhost -p… Read More
MySQL : Cannot load from mysql.proc. The table is probably corruptedError : Cannot load from mysql.proc. The table is probably corruptedSolution :#mysql_upgrade -pSource : http://www.robsearles.com/2011/02/fix-cannot-l… Read More
0 comments:
Post a Comment