↧
Shell script to restart MySQL automatically when it shuts down.
A dirty hack but essential at times, the MySQL server consumes higher memory if not configured correctly and due to this the MySQL service is terminated by the OS to save itself from crashing under...
View ArticleEnable and disable Xdebug quickly on OS X homebrew php 7.1
Xdebug is a powerful tool for debugging PHP code, but it can be a memory hog when it is continuously turned on. Xdebug can be quickly enabled and disabled by creating simple custom scripts. View the...
View Article