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 […]