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 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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! |
|
|||
|
== 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 |
|
|||
|
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! |
|
|||
|
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... |
|
|||
|
== 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 |
|
|||
|
== 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 |