Easy way to optimize apache,php & MySQL

There are 2 important scripts to optimize apache,php and mysql very easily. They are

MySQLTuner (Perl) and MySQL Performance Tuning Primer (shell)

They can help diagnose MySQL database performance issues, and provide recommendations on how to solve them.
More »

PHP script to test MySQL database Connection

January 1st, 2010 No Comments   Posted in PHP

Here is php script to test database Connection, it will need little edition as per your database name and password

Here you go

Just copy and paste below code :- More »