---
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> Anthony Ettinger
> Sent: Tuesday, 10 January 2006 9:33 AM
> To: Logan, David (SST - Adelaide)
> Cc: Mikhail Berman; mysql@lists.my
nuary 2006 9:33 AM
To: Logan, David (SST - Adelaide)
Cc: Mikhail Berman; mysql@lists.mysql.com
Subject: Re: remotely show databases
On 1/9/06, Logan, David (SST - Adelaide) <[EMAIL PROTECTED]> wrote:
>
> Hi Anthony,
>
> If you are accessing the db from perl, just execute a show dat
--
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> Anthony Ettinger
> Sent: Tuesday, 10 January 2006 7:40 AM
> To: Mikhail Berman
> Cc: mysql@lists.mysql.com
> Subject: Re: remotely show databases
>
> 'SHOW DAT
@lists.mysql.com
Subject: Re: remotely show databases
'SHOW DATABASES;' | mysql -u foo -h bar.com
this works, I haven't tested it with other databases though.
On 1/9/06, Mikhail Berman <[EMAIL PROTECTED]> wrote:
>
> Hi Anthony,
>
> I am not sure if you have an installat
'SHOW DATABASES;' | mysql -u foo -h bar.com
this works, I haven't tested it with other databases though.
On 1/9/06, Mikhail Berman <[EMAIL PROTECTED]> wrote:
>
> Hi Anthony,
>
> I am not sure if you have an installation of MySQL on your local server.
> If you do then you can try to use something
Hi Anthony,
I am not sure if you have an installation of MySQL on your local server.
If you do then you can try to use something like below to execute your
"SHOW DATABASES"
Local_server>[path to your mysql/bin directory]/mysql
--host=your_remote_host --user=your_user --password=your_password -e
"