Author: Nam Phong

How to install & use memcached on CentOS

How to install & use memcached on CentOS

memcached is a high-performance, distributed memory object caching system, generic in nature, but originally intended for use in speeding up dynamic web applications by alleviating database load. memcached allows you to take memory from...

How to enable Remote Access MySQL

How to enable Remote Access MySQL

Sometimes, you want to manage your database from your web server without login to it. There is a way to do this is enabled Remote Access MySQL. So how do it? 1. Change MySQL...

Ubuntu releases new Intel microcode update to fix restart hangs

Ubuntu releases new Intel microcode update to fix restart hangs

After the Intel processor transaction synchronization extension vulnerability was exposed last month, operating system developers such as Microsoft and Apple have made corresponding microcode updates to mitigate the vulnerability. The project teams of various...

How to optimize MySQL Query Cache

How to optimize MySQL Query Cache

One simple task you can do to speed up your website is to activate the MySQL Query Cache mode. The query cache stores the text of a SELECT statement together with the corresponding result that...

How to Backup and Restore MySQL Database

How to Backup and Restore MySQL Database

In the previous article, I shared how to create a mysql database in Linux. Today, on this post, I’m going to guide you on how to backup and restore the mysql database. Backup mysql...