Jump to content

MySQL Quick Admin Version 1.5!


Masna

Recommended Posts

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/
Link to comment
https://forums.phpfreaks.com/topic/29194-mysql-quick-admin-version-15/
Share on other sites

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.)
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 exists
Last MySQL Query:
ALTER TABLE `houses` DROP PRIMARY KEY, ADD PRIMARY KEY ( `id` )[/quote]
[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 exists
Last 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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.