Re: Bash to remote MySql Server

2002-07-18 Thread Bhavin Vyas
- 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 i

Re: Bash to remote MySql Server

2002-07-18 Thread Colin Faber
Yes, use the ``mysql'' client. Terence wrote: > > 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 t

Bash to remote MySql Server

2002-07-18 Thread Terence
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 no