How to grant access to binlog for user in MySQL
Sometime it may require to to grant access to binlog for a user other that superuser in MySQL. We can
Read MoreFor Techs.... Techniques.... Technologies....
Sometime 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 pg_drop_replication_slot to delete replication slot in PostgreSQL. Where NAME need to be replaced with the name of
Read Moreinventory_hostname is the one which configured in the ansible inventory file (eg: /etc/ansible/hosts). It can be an IP address or
Read MoreSometimes we might get the message "device busy" on trying umount. This is because some processes are still accessing those
Read MoreWe can configure the bash in such a way that it doesn't prompt for a password during PostgreSQL connections via
Read MoreWe can use COPY command to in PostgreSQL to export data from table to csv file. Where, That's all…
Read MoreTo loop through a comma separated variable in bash, need cut the elements first and then iterate over each. Sample
Read MoreWe can use the following query to get the data count for all tables in MySQL database. Where dbname need
Read MoreWe can use '\d' query to describe table in PostgreSQL. Here schemaname and tablename needs to be replaced accordingly. If
Read MoreSometimes its required to analyze the the request headers as the part of troubleshooting purposes. But Apache will not log
Read More