[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [OT] MySQL Control Center



Bill wrote :
> I am able to get far enough to try to connect but I get: ERROR 1045:
Access
> denied for user: 'root@xxxxxxxxxxxxxxxxx' (Using password: YES)
>
> I am able to log into MySQL in SSH with the same password no problem.
>
> Without the tunnel I simply get a "no route to host error".
>
> Any Suggestions?

You need to create a new user for remote connection, eg : root@% rather than
root@localhost - that should fix it.

Andy.