You are not logged in.
I have had myadminphp working up till recently. However now I'm encountered with the following, after a successful login in Safari:
Error
MySQL said:
Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2)
Could do with some help troubleshooting as I think that this is the crux of my problems, I can't do anything with OS commerce until this is sorted. I have installed and unistalled php 4.4.2 recently, yet Apache and MySQL have been restarted. Oh and the php test page with all info is still working. So far I have established that Apache and php are working fine, just unsure about MySQL (however I know the server status in system preferences shows it to be running fine / as active). All assistance received will be greeatful for. Thanks
Offline
Check the phpMyAdmin settings in config.inc.php, particularly the following line:
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')Sounds like you have it set to socket, which is a setting I've never used.
Offline