Category: DevOps
The MySQL table has a command Show Table Status which prints a table summary, but it contains lots of information about all tables in the current database (to change …
In this post and this, we know we can use several methods to check the system load average for Linux OS. We also know that, similar to this post …
November 13, 2014
apache server, database, DevOps, FTP, linux, MySQL, mysql, security, SSH, ubuntu, Ubuntu, Virtual Private Server, webhosting
In this post, we know how important the security is. If you manage your server (VPS, cloud hosting or dedicated server), then you must have root access. The root …
I have a VPS (Virtual Private Server) and I have just move another domain (steakovercooked.com) onto this. I find it useful to have a script that can automatically check, …
Suppose if you want to copy a Table to another, this can be done in MySQL with two steps. The first one is to copy the table structure, and …