If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > GUI tools for MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-09-04, 03:04
Demand-Soft Demand-Soft is offline
Registered User
 
Join Date: Jan 2004
Location: Vancouver, WA
Posts: 2
GUI tools for MySQL

I am exploring MySQL as a database solution but I hesitate because of the lack of GUI tools for development. I really do not want to revert back to the Stone Age command line. I would rather not type “Create Table statements”. In browsing some forums I have heard that there are some 3rd party GUI’s, but I want to know what anyone out there feels is good.

To give you a little more info…if I could find a GUI similar to MS enterprise manager that would be great…Oh another thing is I am looking for cost effectiveness, because if the 3rd party tool cost as much as MS SQL then why use MySQL?
Reply With Quote
  #2 (permalink)  
Old 01-09-04, 05:59
chrisranjana chrisranjana is offline
Registered User
 
Join Date: May 2002
Location: chennai , tamil nadu , India
Posts: 17
mysql front end GUI graphical user interface

http://mysqlfront.sstienemann.de/

and download link is

http://www.sstienemann.de/mysqlfront..._2.5_Setup.exe

Quote:

mySQL-Front lets you:
create/drop databases
create/drop tables
edit/add/delete fields
edit/insert/delete records
edit BLOBs and MEMOs with Bitmap/GIF/JPEG-Support
a list of server-variables
view and kill other user-processes
execute (large) SQL-scripts
view advanced table-properties, such as Type, Comment, Key_Length and so on
export table-structure and data into SQL-scripts or other databases
replicate databases between two hosts ("Export tables...")
save data to CSV-Files (ideal for working with MS-Excel) or HTML-tables
copy CSV-data/HTML-Tables to clipboard
copy tables to new table-names
add users
flush Host/Logs/Privileges/Tables
write SQL-queries with syntax-highlighting
import data from ODBC-datasources (new in 1.21: login-prompt)
do table-diagnostics (check, optimize, repair, analyze)
and a lot more...
__________________
Chris, Director, Chrisranjana.com
Web Development company
Reply With Quote
  #3 (permalink)  
Old 01-09-04, 06:02
reneeb reneeb is offline
Registered User
 
Join Date: Jan 2004
Location: Germany
Posts: 167
It's not really a GUI, but phpMyAdmin works fine.
Reply With Quote
  #4 (permalink)  
Old 01-09-04, 08:51
expert-database expert-database is offline
Registered User
 
Join Date: Jan 2004
Posts: 15
Hi

I evaluated various products and I found good and bad things in each one. But the good solution for my it is the one MySQL Turbo Manager "Looks good and the price is right" .

I Evaluated MySQL 5.0 y create Stored procedures and MySQL Turbo Manager it works well.

URL : http://www.mentattech.com

Regards,

Pete
Reply With Quote
  #5 (permalink)  
Old 01-09-04, 17:49
Demand-Soft Demand-Soft is offline
Registered User
 
Join Date: Jan 2004
Location: Vancouver, WA
Posts: 2
Thank you all for your comments I will take a look at your suggestions/recommendations.

Thank you again.
Reply With Quote
  #6 (permalink)  
Old 01-14-04, 09:37
zengelan zengelan is offline
Registered User
 
Join Date: Jan 2004
Posts: 7
try maysql control center, it comes from the mysql developers theirselves.
http://www.mysql.com/products/mysqlcc/index.html
Reply With Quote
  #7 (permalink)  
Old 01-15-04, 22:17
donsimon donsimon is offline
Registered User
 
Join Date: Jan 2004
Posts: 24
MySQL will be announcing a new MySQL GUI package at LinuxWord which I think is next weekend. I have seen some screenshots of the new tool and they are quite impressive!

I wouldn't call it a database designer program, but a server admin program. Basically you will never need to login to the server to do much anymore.

Donny
__________________
http://www.phpscripts.com/
Reply With Quote
  #8 (permalink)  
Old 01-21-04, 06:37
Mike Collier Mike Collier is offline
Registered User
 
Join Date: Jan 2004
Posts: 31
AdoAnywhere provides some support for querying tables etc. But it is a must for ADO development if that's what you'll end up doin... I'ts free...

http://www.adoanywhere.com
Reply With Quote
  #9 (permalink)  
Old 01-22-04, 17:28
RCAV8OR RCAV8OR is offline
Registered User
 
Join Date: Sep 2003
Posts: 6
MySQL front end tools

I took the MySQL Administration class and asked the insturctor about a good front end tool. He said try SQLYOG. Looked at it and it seams to work pretty good.
http://www.webyog.com/sqlyog/index.php
Reply With Quote
  #10 (permalink)  
Old 01-22-04, 17:42
donsimon donsimon is offline
Registered User
 
Join Date: Jan 2004
Posts: 24
Just so everybody knows, the MySQL Administrator has been announced.

You can see more information about it at http://www.mysql.com/products/administrator/index.html

And in fact, you can even see closer to the bottom that I have already reviewed it and I will say that it's very sweet!

Donny
__________________
http://www.phpscripts.com/
Reply With Quote
  #11 (permalink)  
Old 01-24-04, 01:45
Mike Collier Mike Collier is offline
Registered User
 
Join Date: Jan 2004
Posts: 31
How did you get a copy so soon? Mine has yet to arrive..
Reply With Quote
  #12 (permalink)  
Old 01-24-04, 01:54
donsimon donsimon is offline
Registered User
 
Join Date: Jan 2004
Posts: 24
Quote:
Originally posted by Mike Collier
How did you get a copy so soon? Mine has yet to arrive..
They wanted an impartial review. And I've been known to both applaude stuff MySQL does and bash them miserably. In this case, they definitely get two thumbs up.

Donny
__________________
http://www.phpscripts.com/
Reply With Quote
  #13 (permalink)  
Old 01-24-04, 09:04
Mike Collier Mike Collier is offline
Registered User
 
Join Date: Jan 2004
Posts: 31
Ok, I'll see if I can pull some strings... they use adoanwyhere to debug MyODBC..

Are you a member of their support partnership program, I've been thinking of giving it a go for about a year now, but it's only recently I've had the resources..I was wondering if it was beneficial..any ideas?
Reply With Quote
  #14 (permalink)  
Old 01-24-04, 10:37
donsimon donsimon is offline
Registered User
 
Join Date: Jan 2004
Posts: 24
I'm not sure what they use to develop anymore, the person who wrote the program is new to the company.

Sorry, don't know what their support partnership is.

Donny
__________________
http://www.phpscripts.com/
Reply With Quote
  #15 (permalink)  
Old 03-05-04, 20:14
joseanpiti joseanpiti is offline
Registered User
 
Join Date: Mar 2004
Posts: 1
Re: GUI tools for MySQL

Hi!

I create a tool to Develop Pascal Software but the IDE has too many options to manipulate MySQL Databases. You can see this application at
http://sourceforge.net/projects/npascal. You need to download either the source code or the installer (for Win32 only, sorry).

Otherwise you can download the MySQL Control Center tool at http://www.mysql.com/products/mysqlcc/.

If you have any other question my e-mail is this

joxeankoret@yahoo.es

Quote:
Originally posted by Demand-Soft
I am exploring MySQL as a database solution but I hesitate because of the lack of GUI tools for development. I really do not want to revert back to the Stone Age command line. I would rather not type “Create Table statements”. In browsing some forums I have heard that there are some 3rd party GUI’s, but I want to know what anyone out there feels is good.

To give you a little more info…if I could find a GUI similar to MS enterprise manager that would be great…Oh another thing is I am looking for cost effectiveness, because if the 3rd party tool cost as much as MS SQL then why use MySQL?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On