
May 5th, 2000, 12:30 PM
|
|
Contributing User
|
|
Join Date: Oct 1999
Location: Annapolis, Maryland US
Posts: 113
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
Maybe not from the mysql client prompt on a certain server but you can always try to login to a remote mysql server from your shell prompt...
$ mysql -u username -h hostname -p
|