Re: remotely show databases

2006-01-09 Thread Anthony Ettinger
--- > > -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

RE: remotely show databases

2006-01-09 Thread Logan, David (SST - Adelaide)
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

Re: remotely show databases

2006-01-09 Thread Anthony Ettinger
-- > > -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

RE: remotely show databases

2006-01-09 Thread Logan, David (SST - Adelaide)
@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

Re: remotely show databases

2006-01-09 Thread Anthony Ettinger
'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

RE: remotely show databases

2006-01-09 Thread Mikhail Berman
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 "