Is there anything like Query Analyser for MySQl

2003-01-26 Thread Scott Lewis
I was wondering, is there a program simialar to MS SQL server - Query
Analyser, where you can write sql queries to query MySQl databases?


Scott



-
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




Re: Is there anything like Query Analyser for MySQl

2003-01-26 Thread Stefan Hinz, iConnect \(Berlin\)
Scott,

 I was wondering, is there a program simialar to MS SQL server - Query
 Analyser, where you can write sql queries to query MySQl databases?

It's called EXPLAIN. More info: http://www.mysql.com/doc/en/EXPLAIN.html

Regards,
--
  Stefan Hinz [EMAIL PROTECTED]
  Geschäftsführer / CEO iConnect GmbH http://iConnect.de
  Heesestr. 6, 12169 Berlin (Germany)
  Tel: +49 30 7970948-0  Fax: +49 30 7970948-3

- Original Message -
From: Scott Lewis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, January 26, 2003 11:25 AM
Subject: Is there anything like Query Analyser for MySQl


 I was wondering, is there a program simialar to MS SQL server - Query
 Analyser, where you can write sql queries to query MySQl databases?


 Scott



 -
 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




Re: Is there anything like Query Analyser for MySQl

2003-01-26 Thread Karam Chand
Hey

Try SQLyog at http://www.webyog.com/sqlyog

Similar interface like MS Query Analyzer and extremely
fast.

Karam
--- Scott Lewis [EMAIL PROTECTED] wrote:
 I was wondering, is there a program simialar to MS
 SQL server - Query
 Analyser, where you can write sql queries to query
 MySQl databases?
 
 
 Scott
 
 
 

-
 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
 


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-
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




RE: Is there anything like Query Analyser for MySQl

2003-01-26 Thread Loren McDonald
That seems to be a dead download link.

-- 
Loren McDonald AKA MisterrMac
Gods Of Music Reviewer/Editor
[EMAIL PROTECTED]
http://www.GodsOfMusic.com


 -Original Message-
 From: Karam Chand [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 26, 2003 11:42 AM
 To: Scott Lewis; [EMAIL PROTECTED]
 Subject: Re: Is there anything like Query Analyser for MySQl
 
 Hey
 
 Try SQLyog at http://www.webyog.com/sqlyog
 
 Similar interface like MS Query Analyzer and extremely
 fast.
 
 Karam
 --- Scott Lewis [EMAIL PROTECTED] wrote:
  I was wondering, is there a program simialar to MS
  SQL server - Query
  Analyser, where you can write sql queries to query
  MySQl databases?
 
 
  Scott
 




-
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




RE: Is there anything like Query Analyser for MySQl

2003-01-26 Thread Barry G. Sumpter
I've just downloaded it and it works for me.

 
Thanks,
Barry G. Sumpter
 


-Original Message-
From: Loren McDonald [mailto:[EMAIL PROTECTED]] 
Sent: Monday, 27 January 2003 7:26 AM
To: 'Karam Chand'; 'Scott Lewis'; [EMAIL PROTECTED]
Subject: RE: Is there anything like Query Analyser for MySQl


That seems to be a dead download link.

-- 
Loren McDonald AKA MisterrMac
Gods Of Music Reviewer/Editor
[EMAIL PROTECTED]
http://www.GodsOfMusic.com


 -Original Message-
 From: Karam Chand [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 26, 2003 11:42 AM
 To: Scott Lewis; [EMAIL PROTECTED]
 Subject: Re: Is there anything like Query Analyser for MySQl
 
 Hey
 
 Try SQLyog at http://www.webyog.com/sqlyog
 
 Similar interface like MS Query Analyzer and extremely
 fast.
 
 Karam
 --- Scott Lewis [EMAIL PROTECTED] wrote:
  I was wondering, is there a program simialar to MS
  SQL server - Query
  Analyser, where you can write sql queries to query
  MySQl databases?
 
 
  Scott
 




-
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




RE: Is there anything like Query Analyser for MySQl

2003-01-26 Thread j.urban
Have a look at urSQL -- http://www.urbanresearch.com/ursql

 --- Scott Lewis [EMAIL PROTECTED] wrote:
 I was wondering, is there a program simialar to MS
 SQL server - Query
 Analyser, where you can write sql queries to query
 MySQl databases?

-
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




RE: Is there anything like Query Analyser for MySQl

2003-01-26 Thread Loren McDonald
You're right.
Perhaps it had something to do with the massive worm attack yesterday.
It was erroring out with a file not found when I tried last night, but
today it worked.

-- 
Loren McDonald
[EMAIL PROTECTED]

-- 
Loren McDonald AKA MisterrMac
Gods Of Music Reviewer/Editor
[EMAIL PROTECTED]
http://www.GodsOfMusic.com


 -Original Message-
 From: Barry G. Sumpter [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 26, 2003 5:06 PM
 To: [EMAIL PROTECTED]; 'Karam Chand'; 'Scott Lewis';
 [EMAIL PROTECTED]
 Subject: RE: Is there anything like Query Analyser for MySQl
 
 I've just downloaded it and it works for me.
 
 
 Thanks,
 Barry G. Sumpter
 
 
 
 -Original Message-
 From: Loren McDonald [mailto:[EMAIL PROTECTED]]
 Sent: Monday, 27 January 2003 7:26 AM
 To: 'Karam Chand'; 'Scott Lewis'; [EMAIL PROTECTED]
 Subject: RE: Is there anything like Query Analyser for MySQl
 
 
 That seems to be a dead download link.
 
 --
 Loren McDonald AKA MisterrMac
 Gods Of Music Reviewer/Editor
 [EMAIL PROTECTED]
 http://www.GodsOfMusic.com
 
 
  -Original Message-
  From: Karam Chand [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, January 26, 2003 11:42 AM
  To: Scott Lewis; [EMAIL PROTECTED]
  Subject: Re: Is there anything like Query Analyser for MySQl
 
  Hey
 
  Try SQLyog at http://www.webyog.com/sqlyog
 
  Similar interface like MS Query Analyzer and extremely
  fast.
 
  Karam
  --- Scott Lewis [EMAIL PROTECTED] wrote:
   I was wondering, is there a program simialar to MS
   SQL server - Query
   Analyser, where you can write sql queries to query
   MySQl databases?
  
  
   Scott
  
 
 
 
 
 -
 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 mysql-unsubscribe-mysql-
 [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