PHPMiniAdmin:Mini Tool That Get The Job Done
For most of the time, when doing freelance, I have to work with mysql. Given the various server panel available out there, it’s quite difficult to find how to access mysql data.
This has been my case until recently, when I found PHPMiniAdmin (PMA). It is a single php file that will help you easily maintain your mysql database. With PMA, you have the ability to:
- See what databases you have permission with
- Do CRUD
- So export/import. Although, only support SQL file.
- Built-in
show table status
Look at all those features. Pretty complete huh?, for one file mysql administation tools.