MySQL

phpMyAdmin alternatives

23 Сеп 2008
Публикувано от turin

Anyone who had the chance to use MySQL had either used the administration web-interface phpMyAdmin or had at least heard of it. While being really useful in some situations, phpMyAdmin remains rather slow and heavy application to work with. And working with it over a slower line could be a PITA.

We have alternatives: CIMyAdmin and phpMinAdmin

CIMyAdmin has been created by the authors of CodeIgniter PHP web framework. They used CI as a starting ground. CI is being considered as one of the lighter web frameworks and indeed CIMyAdmin is considerably faster than phpMyAdmin.

phpMinAdmin is even smaller. In fact it's a single PHP file. This could be really useful for remote administration. When your connection is slow and ssh access is something the sysadmin on the other end is keeping away from you.

http://cimyadmin.net/
http://phpminadmin.sourceforge.net/

Публикувано от turin

Всеки, на когото му се налага да използва MySQL или ползва уеб-интерфейса за управление phpMyAdmin, или поне е чувал за него. Макар да е незаменим помощник в някои определени ситуации, все пак phpMyAdmin е доста тромав и работата с него през бавна връзка може да е досадна.

Две алтернативи: CIMyAdmin и phpMinAdmin

CIMyAdmin е създаден от разработчиците на фреймуърка на PHP за уеб CodeIgniter. Съответно CI е използван за основа. CI се смята за една от по-леките системи за разработка на уеб-приложения, затова и CIMyAdmin е чувствително по-бърз.

phpMinAdmin пък е още по-малък, на практика това е само един файл на PHP. Може да е незаменим за отдалечено управление, когато връзката е бавна, а ssh-достъпът е нещо, което "админът" отсреща пази с религиозно настървение.

http://cimyadmin.net/
http://phpminadmin.sourceforge.net/