Web based MySQL administration


MySQL is a relational database management system (RDBMS) and most of web databases are based on MySQL with more than 11 million installations. The program runs as a server providing multi-user access to a number of databases. To administer MySQL databases one can use the included command-line tool (commands: mysql and mysqladmin).
In the alternative [...]

