Re: GUI for MySQL

2004-08-13 Thread Martijn Tonies

 This is my first attempt to design and test MySQL. I have used MS SQL for
 number of years.  I do appreciate if members of this list can recommend a
 good GUI application for MySQL. I want the GUI application to design DB,
 design Quiries, etc.

Take a look at Database Workbench - www.upscene.com

With regards,

Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL  MS SQL
Server.
Upscene Productions
http://www.upscene.com


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: GUI for MySQL

2004-08-12 Thread Chinchilla Zúñiga, Guillermo
I would suggest DBDesigner available on 

http://www.fabforce.net/


-Mensaje original-
De: Kirti S. Bajwa [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 12 de Agosto de 2004 12:09 p.m.
Para: '[EMAIL PROTECTED]'
Asunto: GUI for MySQL


This is my first attempt to design and test MySQL. I have used MS SQL for
number of years.  I do appreciate if members of this list can recommend a
good GUI application for MySQL. I want the GUI application to design DB,
design Quiries, etc.

Thanks.

Kirti

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: GUI for MySQL

2004-08-12 Thread Karam Chand
Hello,

You can try SQLyog at http://www.webyog.com/ .

Its not free but it has got some really powerful
features.

Regards,
Karam

--- Kirti S. Bajwa [EMAIL PROTECTED] wrote:

 
 This is my first attempt to design and test MySQL. I
 have used MS SQL for
 number of years.  I do appreciate if members of this
 list can recommend a
 good GUI application for MySQL. I want the GUI
 application to design DB,
 design Quiries, etc.
 
 Thanks.
 
 Kirti
 
 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:   

http://lists.mysql.com/[EMAIL PROTECTED]
 
 





__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: GUI for mysql

2004-07-06 Thread Egor Egorov
gowthaman ramasamy [EMAIL PROTECTED] wrote:
 i use MySQL 4.0.20 on RH7.3 on a sun fire workstation.
 Can some one of you suggest a good GUI for mysql.
 I also use Mysql 4.0.13-pc-linux-i686 on P4. 


MySQL Administrator and MySQL Control Center are a good choice. See at
http://www.mysql.com/products/





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: GUI for mysql

2004-07-03 Thread Andrew Dixon
Hi.

Navicat is excellent and a linux version is available. I would assume it is
the same as the windows version but I have not used it personally.
http://www.navicat.com/linux_overview.php3

Best Regards
   
 Andrew

SpamNet - Stop spam immediately and help me too!
www.cloudmark.com/spamnet 
Referral Code: 2tc4hl 
(use the code a get spamnet for $1.99 per month instead of $4.99!!!)



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: GUI for mySQL

2002-04-22 Thread Hathaway, Scott L

I would not look at front ends to mySQL.  Instead, I would let them keep
using access to do this and link them to the mySQL database or get an SQL
query tool that allows for graphical queries.

Scott

-Original Message-
From: Pierre du Parte [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 20, 2002 3:06 AM
Cc: MySQL
Subject: GUI for mySQL


I am gradually winning the war in promoting opensource to a number of my 
key customers. Notably a couple have made the move to OpenOffice.org, 
albeit on Windows. I am currently re-writing a key application to use 
mySQl (previously Access), so in all I'm pleased.

However, the head bean counter in one office tackled me on this - In 
Access I can quickly create queries and export the results in all manner 
of ways. What do I do if we let you talk us into mySql?

Where indeed? Are there any nice, user friendly GUI available for mySQL 
ad-hoc query and report design?

Thanks

-- 
Pierre du Parté
Final Filer Software
Worrigee, NSW, Australia 2540
http://www.finalfiler.com


If it feels good, do it!


-
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: GUI for mySQL

2002-04-22 Thread Tod Harter

Watch out with using the Jet database engine this way. MS Access tries to 
keep linked external table views in sync, which means that with large tables 
and several PCs running Access linked to MySQL over ODBC driver it will bring 
your network to its knees. The Jet engine will constantly be scanning tables 
on the database server, generating GIGANTIC amounts of traffic. I've seen 
100mb ethernet completely swamped by just 3 or 4 clients. There are probably 
work-arounds for that, but you should definitely test first, MS Access is a 
very badly behaved piece of KAKA.

On Monday 22 April 2002 07:29, Hathaway, Scott L wrote:
 I would not look at front ends to mySQL.  Instead, I would let them keep
 using access to do this and link them to the mySQL database or get an SQL
 query tool that allows for graphical queries.

 Scott

 -Original Message-
 From: Pierre du Parte [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, April 20, 2002 3:06 AM
 Cc: MySQL
 Subject: GUI for mySQL


 I am gradually winning the war in promoting opensource to a number of my
 key customers. Notably a couple have made the move to OpenOffice.org,
 albeit on Windows. I am currently re-writing a key application to use
 mySQl (previously Access), so in all I'm pleased.

 However, the head bean counter in one office tackled me on this - In
 Access I can quickly create queries and export the results in all manner
 of ways. What do I do if we let you talk us into mySql?

 Where indeed? Are there any nice, user friendly GUI available for mySQL
 ad-hoc query and report design?

 Thanks

-
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: GUI for mySQL

2002-04-22 Thread [EMAIL PROTECTED]

 
Hi Pierre,
 
If you goto the Contribute or Portal section of the MySQL web you'll find many good 
win32 GUI's.
 
Our own is one of the oldest (since March 2000) and best available with lots of 
support, features and many awards below the belt, it is currently being ported to 
Linux as well, see: http://www.scibit.com/Mascon (a free version is also available).
 
Kind Regards
SciBit MySQL Team
 

-Original Message-
From: Pierre du Parte [EMAIL PROTECTED]
To:
CC: MySQL [EMAIL PROTECTED]
Subject: GUI for mySQL
Sent: Sat, 20 Apr 2002 08:05:31 GMT
Received: Sat, 20 Apr 2002 08:12:10 GMT
Read: Sat, 30 Dec 1899 00:00:00 GMT
I am gradually winning the war in promoting opensource to a number of my
key customers. Notably a couple have made the move to OpenOffice.org,
albeit on Windows. I am currently re-writing a key application to use
mySQl (previously Access), so in all I'm pleased.

However, the head bean counter in one office tackled me on this - In
Access I can quickly create queries and export the results in all manner
of ways. What do I do if we let you talk us into mySql?

Where indeed? Are there any nice, user friendly GUI available for mySQL
ad-hoc query and report design?

Thanks

--
Pierre du Parté
Final Filer Software
Worrigee, NSW, Australia 2540
http://www.finalfiler.com


If it feels good, do it!


-
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: GUI for mySQL

2002-04-22 Thread Mick Watson

I have to concur, MS Access with ODBC linked tables is not a good solution when those 
tables contain
large amounts of data.
I had queries run for hours and then come up with a simple ODBC Failed message at 
the end of it.
Maybe Access has improved though.

Tod Harter wrote:

 Watch out with using the Jet database engine this way. MS Access tries to
 keep linked external table views in sync, which means that with large tables
 and several PCs running Access linked to MySQL over ODBC driver it will bring
 your network to its knees. The Jet engine will constantly be scanning tables
 on the database server, generating GIGANTIC amounts of traffic. I've seen
 100mb ethernet completely swamped by just 3 or 4 clients. There are probably
 work-arounds for that, but you should definitely test first, MS Access is a
 very badly behaved piece of KAKA.

 On Monday 22 April 2002 07:29, Hathaway, Scott L wrote:
  I would not look at front ends to mySQL.  Instead, I would let them keep
  using access to do this and link them to the mySQL database or get an SQL
  query tool that allows for graphical queries.
 
  Scott
 
  -Original Message-
  From: Pierre du Parte [mailto:[EMAIL PROTECTED]]
  Sent: Saturday, April 20, 2002 3:06 AM
  Cc: MySQL
  Subject: GUI for mySQL
 
 
  I am gradually winning the war in promoting opensource to a number of my
  key customers. Notably a couple have made the move to OpenOffice.org,
  albeit on Windows. I am currently re-writing a key application to use
  mySQl (previously Access), so in all I'm pleased.
 
  However, the head bean counter in one office tackled me on this - In
  Access I can quickly create queries and export the results in all manner
  of ways. What do I do if we let you talk us into mySql?
 
  Where indeed? Are there any nice, user friendly GUI available for mySQL
  ad-hoc query and report design?
 
  Thanks

 -
 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: GUI for mySQL

2002-04-20 Thread j.urban

Have a look at urSQL (http://www.urbanresearch.com/ursql) -- it allows you
to run ad hoc queries and export the results to several different formats
(ie HTML, MS Word, Excel, Text, etc).

On Sat, 20 Apr 2002, Pierre du Parte wrote:


 However, the head bean counter in one office tackled me on this - In
 Access I can quickly create queries and export the results in all manner
 of ways. What do I do if we let you talk us into mySql?

 Where indeed? Are there any nice, user friendly GUI available for mySQL
 ad-hoc query and report design?


-
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: GUI for MySQL

2002-03-13 Thread John Morrison

In article [EMAIL PROTECTED], 
Simon Green wrote:
 I am just installing a new MySQL server at the moment. 
 We are using PHPMyAdmin witch is ok as we can limit what each user can do,
 but
 some tables do not work with it. 
 We have 2.1.0 at the moment.
 Do I
 1. Just go for the latest PHPMyAdmin
 2. Use MySQL GUI (can I restrict what each user can do?)
 3. Is there some thing mush better out there?
 
 Thanks
 Simon Green 
 Internet Systems Engineer


Hi Simon

Why not give EMS MySQL Manager a try. This is not open source I'm afraid, but I 
find it heaps better than PHPMyAdmin.  ($95 single or $695 site licence) You 
can download a fully functional 30 day trial copy from 
http://www.mysqlmanager.com/ to see if you like it.  

Cheers

John Morrison



-
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: GUI for MySql

2001-10-31 Thread Carsten H. Pedersen

 What GUIs exist for MySql and which is the best to use?

http://www.bitbybit.dk/mysqlfaq/faq.html#ch7_1_0

lists most of them...

/ Carsten
--
Carsten H. Pedersen
keeper and maintainer of the bitbybit.dk MySQL FAQ
http://www.bitbybit.dk/mysqlfaq



-
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: GUI for MySql

2001-10-31 Thread Vadim Vinokur

Powerful MySQL Manager for Win32.
http://www.mysqlmanager.com

Regards,
Vadim

- Original Message -
From: Joe Fan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 31, 2001 9:44 AM
Subject: GUI for MySql


 What GUIs exist for MySql and which is the best to use?

 
 Come visit http://www.joe-fan.com For the Fans, by the Fans !


 -
 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: GUI for MySql

2001-10-30 Thread Chip

On Tuesday 30 October 2001 20:44, Joe Fan wrote:
 What GUIs exist for MySql and which is the best to use?
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

Notice it says Please check lists.mysql.com
You will find info on the mysql site regarding gui clients, and lots of posts
in the archives. Your question is also too general - what OS are you 
working on? (not the mysql server necessarily).

--
Chip W.

-
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