Jump to content

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!
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.