Hi, I've been using the enterprise version (v8.05) of SQL yog for some time. All has been well. The MySQL server was on another host, which I have connected to okay using http tunelling.
I've just upgraded my hosting with a company called 1 and 1. While I have a dedicated server, it is managed through their control panel. MySQL is controlled through this panel, so they create the database, the user etc.
The credentials I now have been given for the MySQL server are:
Host: localhost:/tmp/mysql5.sock
Port: 3316
Socket: /tmp/mysql5.sock
(Obviously I also have a user name and password)
Specifying this host in the connection parameters of SQLyog gives me Error 2005 Unknown MySQL server host.
I've tried using just localhost, and it appears to find the server, but gives me an error 1045 Access denied for user.
Any help with this would be appreciated.
regards