SELECT table_schema "DB Name",
ROUND(SUM(data_length + index_
… [ Read More... ]
Category: Linux
Install Brotli for Nginx – CentOS 7
sudo vi /etc/yum.repos.d/nginx.repo
[nginx]
name=nginx repo
b… [ Read More... ]
MySQL: Error reading communication packets
If max_allowed_packet is maxed out at 1G and you are still having i… [ Read More... ]