GUI for MySQL with constraints

This is a discussion on GUI for MySQL with constraints within the MySQL Database forums, part of the Database Forums category; Hi! I need an advice. I need a (FREE) GUI for MySQL, capable of handling constraints. SQLyog seems to do ...


Go Back   Usenet Forums > Database Forums > MySQL Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-06-2007
EgregioSignore
 
Posts: n/a
Default GUI for MySQL with constraints


Hi!

I need an advice.

I need a (FREE) GUI for MySQL, capable of handling
constraints. SQLyog seems to do the job but I miss a very
important thing:

with FOREIGN KEYS, when I insert data
in the partent table, I expect NOT to insert the index
referencing to the child table, but I'd rather expect
a combo box or similar so I can insert my field WITHOUT
looking every time for the correct ID.

Is there a free GUI that is capable of handling data in
this way? (I mean a stand-alone, not web-based like myphpadmin).

If not, any commercial one?

Or, is there a way with views or other SQL-magic to do
the job?

sorry for my english and thanks in advance to everyone!
Reply With Quote
  #2 (permalink)  
Old 06-06-2007
lark
 
Posts: n/a
Default Re: GUI for MySQL with constraints

== Quote from EgregioSignore (cranioN0sp4m@libero.it)'s article
> Hi!
> I need an advice.
> I need a (FREE) GUI for MySQL, capable of handling
> constraints. SQLyog seems to do the job but I miss a very
> important thing:
> with FOREIGN KEYS, when I insert data
> in the partent table, I expect NOT to insert the index
> referencing to the child table, but I'd rather expect
> a combo box or similar so I can insert my field WITHOUT
> looking every time for the correct ID.
> Is there a free GUI that is capable of handling data in
> this way? (I mean a stand-alone, not web-based like myphpadmin).
> If not, any commercial one?
> Or, is there a way with views or other SQL-magic to do
> the job?
> sorry for my english and thanks in advance to everyone!



maybe try dbvisualizer. it's pretty good.
--
POST BY: lark with PHP News Reader
Reply With Quote
  #3 (permalink)  
Old 06-07-2007
EgregioSignore
 
Posts: n/a
Default Re: GUI for MySQL with constraints



lark wrote:
> == Quote from EgregioSignore (cranioN0sp4m@libero.it)'s article
>> Hi!
>> I need an advice.
>> I need a (FREE) GUI for MySQL, capable of handling
>> constraints. SQLyog seems to do the job but I miss a very
>> important thing:
>> with FOREIGN KEYS, when I insert data
>> in the partent table, I expect NOT to insert the index
>> referencing to the child table, but I'd rather expect
>> a combo box or similar so I can insert my field WITHOUT
>> looking every time for the correct ID.
>> Is there a free GUI that is capable of handling data in
>> this way? (I mean a stand-alone, not web-based like myphpadmin).
>> If not, any commercial one?
>> Or, is there a way with views or other SQL-magic to do
>> the job?
>> sorry for my english and thanks in advance to everyone!

>
>
> maybe try dbvisualizer. it's pretty good.
> --
> POST BY: lark with PHP News Reader


Seems to do the job... but only with the commercial
version (the free one lets me see relations but as far
as I have understood, I have to insert values by
SQL O_o so no gain for what I need)...

anyway thanks a lot pal, it seems a very good
s/w!
Reply With Quote
  #4 (permalink)  
Old 06-11-2007
EgregioSignore
 
Posts: n/a
Default Re: GUI for MySQL with constraints



Dave Stratford wrote:
> In article <Vyt9i.30036$U01.346329@twister1.libero.it>,
> EgregioSignore <cranioN0sp4m@libero.it> wrote:
>
>> Hi!

>
>> I need an advice.

>
>> I need a (FREE) GUI for MySQL, capable of handling
>> constraints. SQLyog seems to do the job but I miss a very
>> important thing:

>
>> with FOREIGN KEYS, when I insert data
>> in the partent table, I expect NOT to insert the index
>> referencing to the child table, but I'd rather expect
>> a combo box or similar so I can insert my field WITHOUT
>> looking every time for the correct ID.

>
>> Is there a free GUI that is capable of handling data in
>> this way? (I mean a stand-alone, not web-based like myphpadmin).

>
> Not sure if it'll do all you want, I've only just found it myself and
> haven't had time to seriously investigate, but try Heidisql:
> www.heidisql.com it appears to be from (some of) the same people who did
> MySQLFront, but unlike MySQLFront, it's free.


Thanks, but Heidi is exactly the program I wanted
to abandon...
Reply With Quote
  #5 (permalink)  
Old 06-11-2007
lark
 
Posts: n/a
Default Re: GUI for MySQL with constraints

== Quote from Dave Stratford (daves@orpheusmail.co.uk)'s article
> In article <3E9bi.34712$U01.389512@twister1.libero.it>,
> EgregioSignore <cranioN0sp4m@libero.it> wrote:
> > Dave Stratford wrote:
> > > In article <Vyt9i.30036$U01.346329@twister1.libero.it>,
> > > EgregioSignore <cranioN0sp4m@libero.it> wrote:
> > >
> > >> Hi!
> > >
> > >> I need an advice.
> > >
> > >> I need a (FREE) GUI for MySQL, capable of handling
> > >> constraints. SQLyog seems to do the job but I miss a very
> > >> important thing:
> > >
> > >> with FOREIGN KEYS, when I insert data
> > >> in the partent table, I expect NOT to insert the index
> > >> referencing to the child table, but I'd rather expect
> > >> a combo box or similar so I can insert my field WITHOUT
> > >> looking every time for the correct ID.
> > >
> > >> Is there a free GUI that is capable of handling data in
> > >> this way? (I mean a stand-alone, not web-based like myphpadmin).
> > >
> > > Not sure if it'll do all you want, I've only just found it myself and
> > > haven't had time to seriously investigate, but try Heidisql:
> > > www.heidisql.com it appears to be from (some of) the same people who did
> > > MySQLFront, but unlike MySQLFront, it's free.

> > Thanks, but Heidi is exactly the program I wanted
> > to abandon...

> Fair enough. Sadly MySQLFront is no longer being developed, but I love it,
> and think it's still far superior to anything else I've come across.
> HeidiSQL is basically a further development of a slightly earlier version
> of the MySQLFromt code.
> Dave


Now you have me all interested in this. Can you explain briefly what is superior
about MySQLFront?
Thanks
--
POST BY: lark with PHP News Reader
Reply With Quote
  #6 (permalink)  
Old 06-12-2007
lark
 
Posts: n/a
Default Re: GUI for MySQL with constraints

== Quote from Dave Stratford (daves@orpheusmail.co.uk)'s article
> In article <LBgbi.25159$YL5.20111@newssvr29.news.prodigy.net> ,
> lark <hamzee@sbcglobal.net> wrote:
> > Now you have me all interested in this. Can you explain briefly what is
> > superior about MySQLFront?
> > Thanks
> > --
> > POST BY: lark with PHP News Reader

> Hey, I didn't say it was the best thing available, merely that it was the
> best thing that I've used.
> I can open windows onto more than one database on different servers at the
> same time - across a local network or across the internet. Can transfer
> data only, table definitions only, or both between different databases on
> different servers. In general I find the facilities are just so much
> easier to use, and more flexible, IMO, then MySQL AB's own offerings.
> But as I say, this is only my own opinion based on what I've used.
> Unfortunately MySQLFront is no longer developed so TBH it's fairly
> irrelevant anyway.
> HeidiSQL, which is what I suggested earlier, is being developed from an
> earlier version of the MySQLFront code, and at present at least, it's
> still not as slick as the last released version of MySQLFront. However,
> given that it's free and in development and I know what could be done, I
> have high hopes for it.
> Dave


yes, i can see that. it's not a bad tool. don't understand why mysql ab. forced to
shutdown their development though. does not seem to be fair.

thanks for the info.

--
POST BY: lark with PHP News Reader
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:28 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0