Has anyone already written a PHP 'DBA' interface to the MySQL command tool with PHP? For example, 'mysql -h someDB -u user123 -p -H' where the -H returns all output in HTML format?
Just trying not to re-invent wheels.
Cheers
phpmyadmin?