current location:Home > Technical Articles > Database > navicat
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to check which tables are there in navicat
- There are two ways to check the tables in the database in navicat: 1. Click [ER Diagram] in the lower right corner of navicat. All tables in the database are displayed in the ER diagram. 2. Click on the table in the database to view which tables there are.
- navicat 6724 2019-08-23 13:58:52
-
- How to establish connection with navicat 10038 error
- This error is usually caused by the mysql service not being started. [win+R]->cmd->services.msc->Enter, open the service, find mysql, start it, go back to Navicat for MySQL and click on the existing connection. This time you can see that it can be opened normally.
- navicat 5018 2019-08-23 13:45:44
-
- How to add columns in navicat
- Open navicat, open the connection, open the database, select the table, right-click and select [Design Table]; enter the design table interface, click [Add Field], and set it; click [Open Table], refresh it, and you will find that it has been There is one more column, which is the field just added.
- navicat 11634 2019-08-23 13:24:24
-
- How to import dmp in navicat
- Click [Others] to create a [Directory] and place the .dmp file in this directory. Click [Data Pump] - [Data Pump Import] above to add the configuration to the created directory.
- navicat 10907 2019-08-23 13:11:42
-
- How to connect to navicat for mysql
- Connection method: 1. Click "Connect" in the toolbar, select "MySQL" to enter the connection setting interface; 2. Fill in the "Connection Name", "Host Name or IP Address", "Port", and "Settings" set when installing MySQL. Username", "Password", click "OK"; 3. Double-click MySQL in the "Management Area" to connect.
- navicat 47895 2020-10-21 11:16:05
-
- How to check the character set of a table in navicat
- Open navicat, open the connection, open the database, select the table, right-click and select [Design Table]; click [Options] in the design table window; you can view the [Character Set] of the table in the options interface.
- navicat 12366 2019-08-23 11:21:28
-
- How to view sql statements in navicat
- Right-click the table you want to view in the database and select [Object Information]; click [DDL] to view the SQL statement of this table.
- navicat 9073 2019-08-23 11:02:01
-
- How to export navigation database table
- Open Navicat, right-click the mouse on the data we want to export, then click [Dump SQL File] on the pop-up shortcut menu, and select the first [Data and Structure] in the submenu item that pops up again. Select the save location in the pop-up box. After selecting the location, click OK, and the database table will be exported to the specified location.
- navicat 4596 2019-08-23 10:56:31
-
- How to open query in navicat
- Click the [Query] button on the main interface of Navicat to open the query object list. Or click the [New Query] button in the main window to open the query creation tool or query editor. You can also click [Open Query] to view it.
- navicat 7062 2019-08-23 10:40:15
-
- How to use sql statement in navicat
- First, write the correct SQL statement in Navicat's [Query Editor]; then click the [Run] button to use the SQL statement. Then such an "impact" message will pop up to indicate whether the execution was successful or failed.
- navicat 11031 2019-08-23 10:30:41
-
- How to import mysql database in navicat
- In the mysql connection, create a new database. The name of the database must be consistent with the imported mysql database file. Right-click the newly created database and select [Run SQL File...]; click "..." to select the path where the mysql database file is located, and click [Start] to import the mysql database.
- navicat 6249 2019-08-23 10:16:21
-
- How to set keyword capitalization in navicat
- Click the [Format] menu on the menu bar of navicat, and first set the [Beautify SQL Options]. In the Beautify SQL Options Settings dialog box, check [Keyword Capitalization], and then click [Beautify SQL] to capitalize the keywords.
- navicat 12558 2019-08-22 13:53:54
-
- How to run sql file in navicat
- How to run sql file in navicat: first open Navicat on the computer and connect to the database; then right-click on the location of the specified database and select to run the SQL file; then click the option to select the file and select the SQL file to be executed from the computer ;Finally click Start and wait until Finish is displayed.
- navicat 25080 2019-08-22 13:52:25
-
- How to display field comments in Navicat
- The first step is to right-click and select the table to be annotated. ||The second step is to click "Object Information" and you can see the comment COMMENT under "DDL". ||The third step, right-click and select "Design Table", you can see the comments below, and then click "Add".
- navicat 23884 2019-08-21 14:57:30
-
- What should I do if I forget my password for navicat for myaql?
- Close the running mysql service. ||Open the DOS window and enter the bin directory in mysql. ||Enter the command to skip authorization table authentication. ||Repeat the second step and enter mysql. ||Connect to the permission database, change the password, refresh the permissions, and then exit. ||Log out of the system and log in again using the username and password you just created.
- navicat 5973 2019-08-21 14:58:31