Kubernates Pods failing: Waiting for changelog lock....
Waiting for changelog lock…. This issue might happen when the some sql statements took a very long time for execution
Read MoreFor Techs.... Techniques.... Technologies....
Waiting for changelog lock…. This issue might happen when the some sql statements took a very long time for execution
Read MoreSometime it may require to to grant access to binlog for a user other that superuser in MySQL. We can
Read MoreMySQL used a plugin called validate_password which setup the password policy level. There are three password policy levels in MySQL
Read MoreWe can use the following query to get the data count for all tables in MySQL database. Where dbname need
Read MoreMySQL process list can be viewed by the following query. But this will give the only the first 100 characters
Read MoreERROR 2006 (HY000) at line 2968: MySQL server has gone away This error usually happens while restoring large database dumps
Read MoreSometimes it may required to kill long running queries from MySQL. In-order to do the same, login to the MySQL
Read MoreWe can remove the stored procedure from MySQL using a simple query. Here name should replaced with the name of
Read MoreWarning in ./libraries/sql.lib.php#601count(): Parameter must be an array or an object that implements Countable This error occurs on using PhpMyAdmin
Read MoreThe user specified as a definerdoes not exist when using LOCK TABLES This error happens on exporting the MySQL database
Read MoreWarning: mysqli_connect(): (HY000/2002): No such file or directory This usually happens on customized LAMP installations. Here the php cannot find
Read More