At 11:17 -0600 4/5/02, Henning, Brian wrote: >Hello- >Is there a console app that exists for windows 2000 pro such that i can >access mysql server(at home on windows 2000 pro machine) with it from work? >Can i use the one that is ported with the server? The server is not running >on port 3306. Thanks for the help. >Brian
The mysql client supports -h hostname or --host=hostname options that let you tell it the server host to connect to. But if your server isn't listening on port 3306 (or at least on *some* port), that's not going to do you much good. --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php