yes. You will need to install a mysql client on your box though. Then, look up how to grant access to yourself from that server, here: http://www.mysql.com/doc/G/R/GRANT.html
finally, you will connect as such: ...path/mysql -h remotehostname -u user -ppassword Bhavin. ----- Original Message ----- From: "Terence" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 18, 2002 6:14 PM Subject: Bash to remote MySql Server > Hi List, > > Wondering if anyone knows whether it's possible from bash, to connect to a > remote mysql database? And if so, where I can find some help. > All I require is to connect to another mysql database and get a list of > users. (I am trying to avoid running another mysql db for just one table) > If not, what do I need to look into? perl? > > Thanks > Terence > > > --------------------------------------------------------------------- > 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 > --------------------------------------------------------------------- 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