Switch to: V12V11V10V9V8V7V6V5

MySQL Server Admin - Databases

This tab-panel allows you manage databases under your server.

MySQL Server Admin - Databases

Database List

You can see list of databases existed in MySQL Server. List contains the following columns:

  • Name - the name of database.

Statusbar Controls

  • Refresh button - updates list of databases.
  • Create… button - allows you create a new database on the DB SERVER. It displays “Create Database” dialog for selected db server. In background executes “CREATE DATABASE” SQL command.
  • Open button - Opens selected database.
  • Drop button - Drops the database from DB SERVER. In background executes “DROP DATABASE” SQL command.