轻量级的MySQL管理工具:phpMiniAdmin
phpminiadmin - 非常轻量级,用于替代笨重的phpMyAdmin来快速方便地访问MySQL数据库。
而不是安装庞大的phpMyAdmin(〜11Mb的),并试图找出如何使用它的所有功能,
只要上传一个〜30KB的文件,就可以用!
- then access it via the browser (ex. http://yoursite.com/phpminiadmin.php)
- script will ask you for DB login/pwd
- after successfull db login you will see area where you able to enter any SQL commands (select, update, insert, etc.)
- even if you don't know SQL it's still easy to:
-
- browse tables and see all the data
- manage tables in DB
- export and import data to .sql and CSV using 'quick links' on the top bar (see screenshots)
- see what databases you have permission with
- check server status and statistics
- ability to do CRUD (i.e. insert, select, update, delete)
- and launch any SQL supported by any version of MySQL
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!