Deleting connection records in Navicat only requires a few steps: 1) Start Navicat and navigate to the connection manager; 2) Select the connection record you want to delete; 3) Right-click and select "Delete" or press " Delete" key.
How to delete connection records in Navicat
Navicat allows users to store database connection information to facilitate quick connections. If you no longer need certain connection records, you can easily delete them.
Steps to delete connection records:
Detailed steps:
Step 1: Open Navicat
Start the Navicat application. If you haven't installed it yet, you can download and install it from the official website.
Step 2: Navigate to Connection Manager
Click Database in the menu bar and select Connection Manager. This will open the Connection Manager window.
Step 3: Select a Connection Record
In the left pane, you will see a list of saved database connection records. Select the connection record you want to delete.
Step 4: Delete Record
Right-click the selected connection record and select Delete from the menu. Alternatively, you can press the "Delete" key.
Confirm deletion
Navicat will prompt you to confirm deletion. Click OK to continue the removal operation.
Once you complete these steps, the selected connection records will be permanently deleted.
The above is the detailed content of How to delete connection records in navicat. For more information, please follow other related articles on the PHP Chinese website!