Geek Alert: Administrate Databases Over the Web With phpMyAdmin
PhpMyAdmin is the one of the most popular tools for MySQL database administration. A major reason for this is its portability--phpMyAdmin runs in a Web browser, so you can access it from almost any computer. The program is also robust; phpMyAdmin has enough functionality that you can probably create and run a Web site without knowing any SQL. Being free and open-source never hurt anybody, either. For these reasons, most hosting sites include phpMyAdmin in their control panel as the default MySQL administration tool.

Unlike many standalone MySQL admin tools, phpMyAdmin does not have syntax coloring or code completion. But while you might think that running in a browser would make phpMyAdmin slower, the pages are light enough that you won't notice lag between page loads. For me, phpMyAdmin was zippy in both Firefox and IE. So unless you're an expert developer who relies on writing complex SQL queries, phpMyAdmin is an ideal tool.


Add Your Comment