I am using PHP-mysql on Linux (RHEL 5.0) For First Time When I tried to connect to MySQL from my PHP Script using mysqli_connect. It Displayed
First find the PID number of mysqld: 1. Use top | grep mysqld 2. kill -9 PID Safe method, works fine with Cent OS