It is good to keep track of query execution time of SQL queries in MySQL. Here is how to get query execution time in MySQL.
How to Get File Size in Python
How to Block URL Parameters in NGINX
Sometimes you may need to block specific URLs in NGINX. Here is how to block URL parameters in NGINX.
How to View Active Connections Per User in MySQL
Sometimes database administrators need to view active connections per user in MySQL. Here are the steps to do it.
How to Show All Open Connections to MySQL Database
Sometimes you may need to view all open connections to MySQL database. Here is how to show all open database connections to MySQL database.
How to Revoke Privileges for Users in MySQL
Sometimes you may need to revoke privileges for users in MySQL. Here is how to revoke user privileges in MySQL.
How to Show Users With Access to MySQL Database
Sometimes database administrators need to find out which users have access to MySQL database. Here is how to show users with access to MySQL database.
How to Show User Permissions in MySQL
Sometimes you may need to show user permissions in MySQL. Here is how to show user permissions in MySQL.
How to Force Git Pull to Overwrite Local Changes
Sometimes you may want to overwrite local changes during git pull. Here is how to force git pull to overwrite local changes.
How to Check Remote SSL Certificate in Linux
Sometimes you may need to check remote SSL certificate in Linux. Here are the steps to display SSL certificate details using command line.