Category: PHP
The CloudFlare allows you to purge manually up to 30 URLs at a time if you navigate Caching Tab. You could also, purge all URLs which is known as …
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 …
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 …
The Raspberry PI (so far, three models, A, B and B Plus) is a credit-card size tiny full functional PC that runs Linux (e.g. Raspbian). I have introduced the …
Well, sometimes, you probably need to optimise your MySQL tables. In order to avoid the hassle loggin to your remote SSH server, you probably want to write a script …