| |
|
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.
|
 |

01-09-04, 03:04
|
|
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?
|
|

01-09-04, 05:59
|
|
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...
|
|
|

01-09-04, 06:02
|
|
Registered User
|
|
Join Date: Jan 2004
Location: Germany
Posts: 167
|
|
|
|
It's not really a GUI, but phpMyAdmin works fine.
|
|

01-09-04, 08:51
|
|
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
|
|

01-09-04, 17:49
|
|
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.
|
|

01-14-04, 09:37
|
|
Registered User
|
|
Join Date: Jan 2004
Posts: 7
|
|
|
|

01-15-04, 22:17
|
|
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/
|
|

01-21-04, 06:37
|
|
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
|
|

01-22-04, 17:28
|
|
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
|
|

01-22-04, 17:42
|
|
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/
|
|

01-24-04, 01:45
|
|
Registered User
|
|
Join Date: Jan 2004
Posts: 31
|
|
How did you get a copy so soon? Mine has yet to arrive..
|
|

01-24-04, 01:54
|
|
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/
|
|

01-24-04, 09:04
|
|
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?
|
|

01-24-04, 10:37
|
|
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/
|
|

03-05-04, 20:14
|
|
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?
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|