Monthly Archives: August 2015

Resolving “Access denied; you need (at least one of) the PROCESS privilege(s) for this operation”

I do have logged in with a mysql user easypay who has all privileges on a DB easypay and was executing the command show engine innodb status Mysql gave error as [Error Code: 1227, SQL State: 42000] Access denied; you … Continue reading

Posted in Linux, MySQL | 2 Comments

Setting up Master Slave DNS server

The DNS ( Domain Name System ) is a distributed system, used for translate domain names to IP and vice a versa Network Scenario for this Setup Master DNS Server IP: 10.10.10.20 ( ns1.example.net ) Slave DNS Server IP: 10.10.11.243 … Continue reading

Posted in DNS, Linux | Leave a comment

Fix for InnoDB: ERROR: the age of the last checkpoint is …

I recently have to restore production DB to local environment and I saw mysql log giving with bunch of errors like this InnoDB: largest such row. 150817 23:22:56  InnoDB: ERROR: the age of the last checkpoint is 9440934, InnoDB: which … Continue reading

Posted in Linux, MySQL | Leave a comment