WizMySQLAdmin is a MySQL database manager like phpMyAdmin, but it's very easy to install and maintain. It's composed of only one file, and it supports multiple databases and table creation and manipulation.
| Tags | Database Front-Ends |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Changes: This release fixes a little bug that occurs with some special builds of PHP.


Changes: This release fixes a bug which occurred when the "order by" clause was specified in the query textbox. It adds a feature to change the sorting of data into ascending/descending order by clicking on the column header in browsing mode.


Changes: This releases fixes a bug that occurred when database, table, or field names contained hypens. Other little flaws have been fixed.


Changes: Some code has been improved to make the script work better with big tables.


Changes: Some bugs with special characters in queries were fixed. There are also other minor bugfixes and improvements.
Connect Atlassian dev tools (JIRA, Bamboo, Crucbile, FishEye) to IntelliJ IDEA.
- All comments
Recent commentsRe: nice idea but ugly code
> fonctionnalities ... Otherwise,
> phpmyadmin do already what your
> application do and more ... So just the
Yes I know, but the main aim of my script is to be very simple to maintain on the server (only one file) for people that haven't a lot of web space. That's the biggest difference from phpmyadmin.
Of course I can do that in OOP as well, and... I'll do!
Re: nice idea but ugly code
Well, i'm sure that when you'll rewrite it in OOP, you'll have more possibilities to extend its fonctionnalities ... Otherwise, phpmyadmin do already what your application do and more ... So just the fact you make it OOP, will add a very "import feature" : it could be included easily in any other application.
Good luck anyway
Hatem
>
> % You could write it in OOP style, the
> % code will be more usefull.
>
>
> Hi, thanks for your advice.
> Till now, I'm trying to develop a stable
> and fully featured script to manage
> MySQL databases. When I'll reach this
> goal I'll clean the code, surely
> rewriting the whole script in OOP.
> A note for ugly code: well, some people
> told me my code is clean and easly
> readable, I think it is a matter of
> tastes
> Bye
Re: nice idea but ugly code
> You could write it in OOP style, the
> code will be more usefull.
Hi, thanks for your advice.
Till now, I'm trying to develop a stable and fully featured script to manage MySQL databases. When I'll reach this goal I'll clean the code, surely rewriting the whole script in OOP.
A note for ugly code: well, some people told me my code is clean and easly readable, I think it is a matter of tastes
Bye
nice idea but ugly code
You could write it in OOP style, the code will be more usefull.
Regards,
Hatem