Home  >  Article  >  Database  >  How to read the link name in navicat

How to read the link name in navicat

下次还敢
下次还敢Original
2024-04-23 16:00:241157browse

View the connection name through the "Connection" tab on the left panel in Navicat or "Connection" in the menu bar, which appears in brackets below each connection, for example: database name (connection name) , where the connection name is specified when creating the connection.

How to read the link name in navicat

How to view the connection name in Navicat

The method to view the connection name in Navicat is as follows:

Step 1: Open Navicat

Start Navicat and log in.

Step 2: View the list of connections

  • Windows: Click the Connections tab at the top of the left panel.
  • Mac: Click "Connect" in the menu bar.

Step 3: Identify the connection name

In the connection list, the name of each connection appears in brackets below it, for example:

<code>数据库名称 (连接名称)</code>

Example:

  • Navicat_Sample_DB (MySQL)
  • Oracle_Demo (Oracle)
  • Postgre_Test (PostgreSQL)

Note:

  • The connection name is specified when creating the connection.
  • You can change the connection name by right-clicking on the connection and selecting "Edit Connection".

The above is the detailed content of How to read the link name in navicat. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn