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 solve navicat 10061 error
- The first step is to right-click on the taskbar to open the Task Manager. ||The second step is to find "mysql" in "Services". ||The third step, right-click "mysql" and select "Start Service". ||The fourth step is to open Navicat for mysql and double-click to connect.
- navicat 5444 2019-08-13 11:56:24
-
- How to view the table creation statement in navicat
- Open the Navicat tool, double-click to open the database that needs to be connected; find the table that you need to view the table creation statement, right-click, and in the pop-up function list, click [Object Information]; in the pop-up page, click [DDL Tab], You can view the table creation statement of the corresponding table.
- navicat 14804 2019-08-21 17:28:11
-
- How to perform multi-table query in navicat
- For multi-table queries, separate table names with commas. In this way, all the data in multiple tables can be found out, and the way to find out is the Cartesian product method (complete combination). Much of the data found in this way is invalid. You can add conditions to multi-table queries to find the desired information.
- navicat 7318 2019-08-13 11:31:10
-
- How to set the joint primary key in navicat
- Open the navicat tool and connect to the mysql server. After selecting the database, select a table and right-click to select [Design Table]. Right-click on the last column and select [Primary Key] to set the field as the primary key. After setting the primary key, you can see The identifier of a lock, and there is a 1 word, can add primary keys to multiple fields, it is a joint primary key.
- navicat 23072 2019-08-21 17:27:48
-
- What should I do if I forget my Navicat password?
- Run cmd as administrator. ||Check whether mysql has been started, and if it is started, stop it. ||Switch to the mysql installation path and enter: mysqld -nt -skip-grant-tables. ||Start another cmd and enter the database. You can check the password or change the password through commands.
- navicat 20364 2019-08-13 11:22:30
-
- How to export table structure in navicat
- Step 1: Open Navicat and connect to MySQL. Step 2: Open the database and export the table structure (right-click the database that needs to be exported, select [Dump SQL File], and select [Structure Only]). Step 3: Select the location where the sql file is saved.
- navicat 31343 2019-08-21 17:27:34
-
- How to export er diagram from navicat
- The first step is to open the table view interface that has been designed. || In the second step, click the button in the lower right corner to switch to ER view. ||The third step is to right-click the database and select "Reverse Database to Model" to generate the model. ||The fourth step is to click "File" and select the export format in "Print As".
- navicat 9289 2019-08-13 11:08:10
-
- How to check whether Navicat is activated
- First open Navicat, click [Help] - [Register] in the menu bar; enter the registration interface, if it has been successfully activated, there will be a [Deactivate] button
- navicat 36573 2019-08-21 17:27:26
-
- How to create a table using sql statement in navicat
- The first step is to open Navicat and select a database. || In the second step, click "Query" and then select "Create Query". ||The third step is to enter the SQL statement and click "Execute".
- navicat 20632 2019-08-13 10:44:23
-
- How to export SQL files with Navicat
- Step 1: Open Navicat and connect to MySQL. Step 2: Open the database and export the sql file (right-click the database that needs to be exported, select [Dump sql file], select [Export structure and data] or [Structure only]). Step 3: Select the location where the sql file is saved.
- navicat 20665 2019-08-23 10:16:04
-
- How to uncomment Navicat shortcut keys
- First select the sql statement you want to uncomment, then press Ctrl + Shift + / keys to uncomment.
- navicat 11651 2019-08-13 10:33:55
-
- How to execute sql statement in navicat
- First, write an executable SQL statement in Navicat's [Query Editor]; then click the [Run] button to execute the SQL statement. Then such an "impact" message will pop up to indicate whether the execution was successful or failed.
- navicat 6569 2019-08-21 17:27:15
-
- How to annotate navicat
- Use # to comment a string, you can have multiple #s in a row; use – to comment a string, note: it can only be –, and a half-width space needs to be added after –; a string surrounded by /* */ is similar to Java comments, but the beginning of // is not allowed.
- navicat 10752 2019-08-13 10:26:39
-
- How to write sql statement in navicat
- First, use Navicat to connect to the database and create a database; then click [Query], and then click [New Query] to create a query form [Query Editor]. Now you can write SQL statements in the [Query Editor].
- navicat 12486 2019-08-21 17:27:07
-
- How to add pictures to database navicat
- The first step is to log in to Navicat for mysql to the specified database. ||The second step is to create the test table, right-click "test" and select "Open Table". ||The third step is to click the "Image" button to add a picture field. ||The fourth step is to click the "Load" button, find the image path and add it.
- navicat 15622 2019-08-13 10:01:47