Quote:
|
Originally Posted by xtgeminiman
|
it's simple:
search the executable mysql and put it's location in your PATH.
Than make your connection like this
mysql -u<user> -p<password> -h<host>
Some users have NO password, in this case DO NOT put -p in the command line.
mysql is a simple command line tool. For ease of use take some sort of gui tool. MySQL AB has some on their home Pg for download.