Masna Posted December 2, 2006 Share Posted December 2, 2006 Hey everyone, I just released MySQL Quick Admin version 1.5, and it's currently downloadable. I added database support, and an interesting (and original) feature called Make HTML (try it out for yourself to see how it works :D). Any feedback? Thanks!http://mysqlquickadmin.com/ Quote Link to comment Share on other sites More sharing options...
jsladek Posted December 2, 2006 Share Posted December 2, 2006 Very Nice. I'm going to start using this on my site.-John Sladek Quote Link to comment Share on other sites More sharing options...
Jocka Posted December 2, 2006 Share Posted December 2, 2006 A suggestion:Wouldn't the make html function be better for the rows and not the fields? It's very rare that anyone needs to pull the name of the fields for anything but pulling the name of the rows might be kool. Another idea might be to create PHP code for html (while statements to pull rows, etc.) Quote Link to comment Share on other sites More sharing options...
448191 Posted December 3, 2006 Share Posted December 3, 2006 On of the test tables I'm unable to add a primary key as it tries to remove a non existent one first.[quote] MySQL Error:Can't DROP 'PRIMARY'; check that column/key existsLast MySQL Query:ALTER TABLE `houses` DROP PRIMARY KEY, ADD PRIMARY KEY ( `id` )[/quote] Quote Link to comment Share on other sites More sharing options...
Masna Posted December 3, 2006 Author Share Posted December 3, 2006 [quote author=448191 link=topic=117077.msg477810#msg477810 date=1165127044]On of the test tables I'm unable to add a primary key as it tries to remove a non existent one first.[quote] MySQL Error:Can't DROP 'PRIMARY'; check that column/key existsLast MySQL Query:ALTER TABLE `houses` DROP PRIMARY KEY, ADD PRIMARY KEY ( `id` )[/quote][/quote]Sorry about that, I can't believe I let that slip. I just fixed it, and am about to repackage and put the fix up for download.Thank you for pointing that out! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.