I have been using phpMyAdmin and MySQL-Front to access my databases, but I want to use MySQL monitor. The problem I have is that MySQL monitor automatically connects to my local database and will not log onto a remote database. This is what I have been doing:
> mysql -h hostname -u username -p
Am I doing something wrong, or is there another way?
Thanks for the help,
Nathan
> mysql -h hostname -u username -p
Am I doing something wrong, or is there another way?
Thanks for the help,
Nathan