MySQL Database Manager

We offer a MySQL Database Manger, built upon the popular open source utility, phpMyAdmin, DB Manager includes an intuitive GUI that allows both novice users and seasoned database administrators to work quickly and efficiently.

From the Database Manager you can:

• create databases (either from scratch or by importing data from another source)
• delete databases
• design and populate tables
• set up user accounts so that others can access your data
• export databases

You can also gain a basic understanding of SQL, or Standard Query Language. SQL is a command language consisting of keywords like SELECT, INSERT and DROP and the syntax governing how they may be used (SQL statements are also known as queries). You can type queries directly or use the GUI to build them visually; regardless of the method you choose, DB Manager displays the queries generated as feedback