Create Database in Navicat: Character Set Guide
To create a new database character set in Navicat, you can follow these steps:
- Open Navicat and connect to your database server.
- After successfully connecting, right-click on the database name in the database list, and then choose the option “Create New Database”.
- In the pop-up dialog box, enter the name of the database you want to create and select the character set you wish to use. You can choose different character sets, such as UTF-8, GBK, Latin1, from the “Character Set” drop-down menu.
- Click on the “Confirm” button to create a new database and choose any additional options needed.
- Once the database is created, you will be able to see it in the list of databases and start using it.