How to create a database in navicat?
Start the Mysql database in the service
Open navicat
Select the database connection Right-click on "root" -> Create a new database
Fill in the database name, please note that the name does not start with a number, and does not contain Chinese, spaces, special characters, etc.
Select "Character Set", the commonly used one is utf8
Select "Collation" here select the first utf8
Click "OK" to create the database
Double-click the newly created database to see the elements inside
Related recommendations: "Navicat for mysql graphic tutorial"
The above is the detailed content of How to create a database in navicat. For more information, please follow other related articles on the PHP Chinese website!