Re: MySQL administrator client installation
Hi,
You can use Administrator without having the MySQL Server installed in the same machine.
I'm not sure, but it sounds like you have to grant permissions to the specific host name (your linux machine) you're trying to access MySQL from. You can do that by logging in to the MySQL server from the server machine with the command line client and typing the following command:
GRANT ALL ON *.* TO <your username>@'<your linux host>' IDENTIFIED BY '<your password>' ;
Subject
Written By
Posted
September 06, 2004 07:14AM
Re: MySQL administrator client installation
September 06, 2004 09:19PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.