phptailor Posted November 6, 2007 Share Posted November 6, 2007 Hi, I have recently published the first version of Adminiature, a php5+mysqli/ajax based mysql administration tool. It's open-source (gpl'd) and completely free of charge. I'd be glad if you'd download and beta-test it and provide feedback on this forum, and on the community pages of Adminiature as well. Thanks in advance. http://adminiature.chesssoft.net Link to comment https://forums.phpfreaks.com/topic/76281-adminiature-new-ajax-based-mysql-administration-tool/ Share on other sites More sharing options...
Demonic Posted November 6, 2007 Share Posted November 6, 2007 Oh wow, so this is like a phpMyAdmin Jaxed xD? I'm Installing on my home server and my other servers that allow PHP 5, I'll bring back feedback . Plus I was the first to DL yay me . Link to comment https://forums.phpfreaks.com/topic/76281-adminiature-new-ajax-based-mysql-administration-tool/#findComment-386136 Share on other sites More sharing options...
phptailor Posted November 6, 2007 Author Share Posted November 6, 2007 Hi, It's pretty much simpler than phpMyAdmin, and has less features, however it's kept as simple as possible, bringing a remarkable speed and performance. Also as it's quite small (about 200kb) it can be a life saver when you don't have phpMyAdmin installed, and it can handle quite huge database files, without having to split them in parts. Link to comment https://forums.phpfreaks.com/topic/76281-adminiature-new-ajax-based-mysql-administration-tool/#findComment-386143 Share on other sites More sharing options...
Demonic Posted November 6, 2007 Share Posted November 6, 2007 Can you add a login system, or something? Link to comment https://forums.phpfreaks.com/topic/76281-adminiature-new-ajax-based-mysql-administration-tool/#findComment-386147 Share on other sites More sharing options...
phptailor Posted November 6, 2007 Author Share Posted November 6, 2007 The next version will include a login system as well, along with some other features. This version is a beta one and meant to detect the bugs. Link to comment https://forums.phpfreaks.com/topic/76281-adminiature-new-ajax-based-mysql-administration-tool/#findComment-386151 Share on other sites More sharing options...
Demonic Posted November 6, 2007 Share Posted November 6, 2007 , sorry I'm testing it out now I'll edit with bugs. Bugs: 1. Added a new database doesn't add a new database. 2. When you click a database, it lists the tables, but you can't click on the table name where you can view the add new rows into the table, you can only do that from the left side, would be really helpful if you added a link there. 3. Insert a new field doesn't insert a new field. Link to comment https://forums.phpfreaks.com/topic/76281-adminiature-new-ajax-based-mysql-administration-tool/#findComment-386152 Share on other sites More sharing options...
phptailor Posted November 6, 2007 Author Share Posted November 6, 2007 Thanks for the very fast feedback. I'll deal with them all quick:) Link to comment https://forums.phpfreaks.com/topic/76281-adminiature-new-ajax-based-mysql-administration-tool/#findComment-386167 Share on other sites More sharing options...
Demonic Posted November 6, 2007 Share Posted November 6, 2007 4. When there is no items in a table, or when a table is empty of rows, it will show a next url, and alerts something about XML. 5. Humm when you have a table with a unique id, auto increment, and you insert more then 2 values with the same id name that has auto increment you get a weird error when editing, then say you edit it it will show only one of the rows, then added another one it will show both rows with the same id.(just check if the row is using auto increment, then check if theres more then one value with that same ID before inserting.) 6. Exporting a table sends me to a blank page, what is supposed to be happening? 7. Restore and download doesn't work for me. Link to comment https://forums.phpfreaks.com/topic/76281-adminiature-new-ajax-based-mysql-administration-tool/#findComment-386169 Share on other sites More sharing options...
Demonic Posted November 6, 2007 Share Posted November 6, 2007 8. When viewing the main page of a database, and click export the second option "..Or show the output below =>" when you click go and select drop table or drop table exists checkbox, it doesn't add it. Link to comment https://forums.phpfreaks.com/topic/76281-adminiature-new-ajax-based-mysql-administration-tool/#findComment-386187 Share on other sites More sharing options...
phptailor Posted November 7, 2007 Author Share Posted November 7, 2007 Hi and thanks again for the feedback. I'm afraid the forum won't send me PM as I'm a newbie around here, however I dropped an email to your IM address. I'll be releasing a newer version with bugfixes after having collected the bugs and fix them all, and will also add a login system. 1. Added a new database doesn't add a new database. I cross-checked it and it seems to work good. Perhaps the user with which you are running adminiature doesn't have privilege to create a new database? 2. When you click a database, it lists the tables, but you can't click on the table name where you can view the add new rows into the table, you can only do that from the left side, would be really helpful if you added a link there. I'm afraid I didn't totally understand the above one. You can perform any action regarding the tables from the "actions" field where you have icons for browse, structure, insert new, empty and drop tables. 3. Insert a new field doesn't insert a new field. Fixed. You may add a new field clicking + icon after filling the textboxes. 4. When there is no items in a table, or when a table is empty of rows, it will show a next url, and alerts something about XML. Fixed 5. Humm when you have a table with a unique id, auto increment, and you insert more then 2 values with the same id name that has auto increment you get a weird error when editing, then say you edit it it will show only one of the rows, then added another one it will show both rows with the same id.(just check if the row is using auto increment, then check if theres more then one value with that same ID before inserting.) Fixed 6. Exporting a table sends me to a blank page, what is supposed to be happening? It's supposed to send a file. Note that adminiature doesn't work with IE. It only works with standards compliant browsers. e.g. firefox, swiftfox, epiphany, safari etc. 7. Restore and download doesn't work for me. Probably it's about permissions. Try to change the perms for backup directory to 777, or if running on a windows system, I guess it has some similar permission options. (It's just a guess. I don't know much about windows) 8. When viewing the main page of a database, and click export the second option "..Or show the output below =>" when you click go and select drop table or drop table exists checkbox, it doesn't add it. Fixed. Link to comment https://forums.phpfreaks.com/topic/76281-adminiature-new-ajax-based-mysql-administration-tool/#findComment-386596 Share on other sites More sharing options...
Demonic Posted November 7, 2007 Share Posted November 7, 2007 Alright cool, I plan to use this for my home server . (If you could make it so you can disable the log, home servers don't need one, online servers do though) Link to comment https://forums.phpfreaks.com/topic/76281-adminiature-new-ajax-based-mysql-administration-tool/#findComment-386644 Share on other sites More sharing options...
Recommended Posts