Page 1 of 1

GUI for MySQL?

Posted: Sun Apr 21, 2002 7:10 pm
by rfigley
Is anyone using any tool for creating an SQL database using point and click?

Posted: Sun Apr 21, 2002 7:39 pm
by jason
See: http://anse.de/mysqlfront/index.php

That is what we use at work, and saves us so much time over convential command line.

Posted: Sun Apr 21, 2002 10:15 pm
by rfigley
Thanks, I'll check it out.

BTW, I love your signature quote:)

Posted: Tue Apr 23, 2002 1:01 am
by Zmodem
mysqlfront is good. Its what I decided to use. But like ALL these shareware MySQL GUI's, it is buggy.

also, check out:
http://www.dbtools.com.br/
http://www.exxatools.com/SQLion.html
and
http://dmoz.org/Computers/Software/Databases/MySQL/

for a bunch of MySQL related links. A lot of GUI's can be found there

and lets not forget PHPmyadmin :)
http://www.phpwizard.net

Posted: Tue Apr 23, 2002 2:00 am
by EvilWalrus
I just got an email today with a full version of the program called 'MySQL Studio'. So far, i find it has support for multiple-connections (local as well as remote) and comes with a query analyzer, dynamic mysql startup/shutdown tool, and more.

I'm waiting for one of my staff members to respond to my staff email so they can do a thourough review of the program, as I lack the time and patience to write an all-out review of it.

However, drop by http://www.mysqlstudio.com to get a preview of what the program is like.

Mysql GUI on Mac OS X

Posted: Tue May 14, 2002 2:39 am
by netsnob
Can anyone recommend any GUI interface for mysql on Mac OS X platform?

MySql Studio is too expensive for me.

Re: Mysql GUI on Mac OS X

Posted: Fri May 17, 2002 10:47 am
by cwcollins
what about the good ol' cross-browser cross-platform web-based phpMyAdmin? http://www.phpwizard.net/projects/phpMyAdmin/

c.w.collins

Posted: Tue May 21, 2002 2:41 pm
by sam
Personally I like using the command line. It lets you get in touch with the exact way your tables is laid out and gives you more time to decide if the way your are designing the table is effecient enough.

Cheers Sam :mrgreen:

Posted: Tue May 21, 2002 2:45 pm
by sam

Code: Select all

<?
if($sepling == "incorect" || $fingers == "butter"){
   $output = "unreadable";
}
?>
Sorry about my last post...

Cheers Sam<?
if($sepling == "incorect" || $fingers == "butter"){
$output = "unreada<?
if($sepling == "incorect" || $fingers == "butter"){
$output = "unreadable";
}
?>
Sorry about my last post...

Cheers Sam

Posted: Wed May 22, 2002 4:00 am
by mikeq
with spelling like that does it take twice as long to use the command line :lol:

Posted: Thu May 30, 2002 7:08 am
by davidshields
I *must* recommend Mascon (http://www.scibit.com). It's my tool of choice as a PHP / Mysql Developer.

There is a free version, but I would recommend paying the fee (I think $39 US) which allows you to install on any of your machines (licence is per user, not per machine, so you can lug it round on the laptop as well as the desktop)

I am not affiliated to Scibit in any way, but I am a very satisfied customer :lol: .

David Shields