My Tech Tip
Wednesday, March 18, 2015
MySQL Connection Error Checking
Current Counts:
select * FROM performance_schema.host_cache;
SHOW GLOBAL STATUS LIKE 'Aborted_connects'
Clear Abort Connections:
mysql > Flush Hosts;
mysqladmin flush-hosts
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment