The connection name for navicat depends on the database type. Common types of connection names are as follows: MySQL: database name MariaDB: database name PostgreSQL: database name Oracle: service name or instance name Microsoft SQL Server: server name\instance name SQLite: Database file path
What to fill in the connection name of navicat
The filling in the connection name in navicat depends on the Requirements for the connection database type.
Common database types
Special cases
localhost:3307
Production Database
"Production Database":3307
Usage example
mydb
my_database
postgres
xe
my_server\SQLEXPRESS
/Users/Documents/mydatabase.sqlite
The above is the detailed content of What to fill in the connection name of navicat. For more information, please follow other related articles on the PHP Chinese website!