-
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
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
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