View Single Post
Old 06-09-2011, 03:36 PM   PM User | #2
Neet
New to the CF scene

 
Join Date: Jun 2011
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Neet is an unknown quantity at this point
The mysql socket file is missing from the /tmp directory?

If it is:

Edit the PhpMyAdmin configuration file to use the original MySQL socket file.

vi /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php

Make sure, the correct mysql socket file is mentioned there.
~~~~~~~~~~~~~~~~
$cfg['Servers'][$i]['socket'] = ‘/var/lib/mysql/mysql.sock’;
$cfg['Servers'][$i]['connect_type'] = ‘socket’;
~~~~~~~~~~~~~~~~
Neet is offline   Reply With Quote