in reply to PHPMyAdmin Perl Equivalent?

From http://dajoba.com/projects/mysqltool/ ...

MysqlTool provides a web interface for managing one or more mysql server installations. Designed as a graphical alternative to the mysql command line program, 'the tool' supports most administration functions such as 'GRANT', 'REVOKE', 'CREATE', 'ALTER' & 'SHOW'. Written entirely in perl, MysqlTool runs great under Apache and mod_perl but should work just as well as a CGI on any perl-supported platform. Version 0.8.x represents the first public release and is licensed under the GPL.

----
Coyote