Cpanel3 and MyPhPAdmin
Having a few teething problems configuring a new dedicated server.Trying to open phpMyAdmin on Cpanel3 and get this error.
Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/lib.inc.php on line 170
Can't seem to find a php.ini file or php.ini-dist on the server anywhere.
phpinfo reveals that some MySQL variables have not been configured.
Directive Local Value Master Value
mysql.allow_persistent
On On
mysql.default_host
no value no value
mysql.default_password
no value no value
mysql.default_port
no value no value
mysql.default_socket
no value no value
mysql.default_user
no value no value
mysql.max_links
Unlimited Unlimited
mysql.max_persistent
Unlimited Unlimited
Is there anything I need to know about causing conflicts with Cpanel3 when I try to configure the php.ini file from scratch? I have standard php.ini-dist from fresh download.
Any tips would be greatly appreciated.