So, if you're planning to setup NGINX to run a PHP based CMS or simply want to serve some dynamic web pages, you need to add PHP support first. This […]
Easy way to make MySQL server fail safe
If not managed properly, unexpected database crash happens often on a VPS. In this short tutorial, we'll discus about how to fail-safe the MySQL, MariaDB server, or any other database […]
MySQL allow remote connections, from another server
While developing or testing PHP-MySQL based applications, we often need to allow remote connections from another external server to an existing MySQL database. By default the mysql server is configured […]