Google Cloud Storage

PHP API Client Library and Google Cloud Storage

There is very few resources and/or examples of the Google PHP API Client Library working with Google Cloud Storage, so here are some basics things I’ve learned. My project is currently hosted on a...

Calculate and Optimize MySQL Database Size

Computing MySQL database size can provide you useful informations : disk usage, index size, number of rows, lack of index, collations and many more. Calculating these values use the information database : INFORMATION_SCHEMA, the...