How to configure Nginx and PHP-FPM to use sockets on Centos 6.5
MySQL
Install LEMP MySQL 5.5 PHP 5.4 NGINX on Centos
Install LEMP (MySQL 5.6, PHP 5.4, Centos 6.5)
MySQL – How to enable the MySQL slow query log
Getting your MySQL queries right is so important to the performance of your web application. Likewise, getting the indexes on the right columns in the right tables can make the difference between queries that take fractions of a second and queries that can take upwards of 10 seconds. So you’ve written your application. It works! […]