MySQL Database Management

Navicat provides all the tools you need to manage and navigate databases. Note that to start working with databases in Navicat you are to establish the connection (see Connection Settings).

Create Database

To create a database

Delete Database

To delete a database

Note: This operation is irreversible.

Open Database

To open a hidden database

To open a database which shows in the navigation pane

Close Database

To close a database

Edit Database

To edit a database

Please notice that MySQL does not support renaming database through its interface at this moment.

Access the directory in which databases being stored. By default, all databases store within a directory under MySQL Installation folder. For example: /var/lib/mysql/.

Note: You must stop MySQL before you can rename the database.


See also:
Setting Advanced Database Properties

Related topic:
Advanced Settings