↧
Quick Tip: Calculate MySQL DBs disk space usage
There may be situations when you need to calculate MySQL DB disk space usage. Maybe you want to move your server to new one or just utilizing too much HDD space because of something. This SQL command...
View ArticleRunning tuning-primer.sh on MariaDB
Today I decided to tweak my mysql config file for better performance, so I downloaded tuning-primer.sh and tried to start the test until I noticed there is something wrong with JOIN section. Tuning...
View ArticleQuick way to test your Cron Jobs
If you create your cron jobs sometimes you would need to test them just to be sure they work properly. So you need to execute them one by one regardless of their schedule. The magic of command line...
View Article