current location:Home > Technical Articles > Database > navicat
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to make a form in navicat
- The first step is to open Navicat and select "View". ||The second step is to select a database and expand it, and select "Table" in the expanded list. ||The third step, right-click "Table", select "New Table", and then fill in the corresponding fields and field attributes. ||The fourth step is to press ctrl+s to save.
- navicat 5741 2019-08-12 16:11:48
-
- How to view table fields in navicat
- The first step is to open navicat, connect to the mysql database, and click "Table". ||The second step is to select "File" and select "Design Table" from the drop-down menu of the file. ||The third step is to view the field types in the data table in the open table design.
- navicat 11772 2019-08-03 11:34:57
-
- How to create a table in navicat
- The first step is to open Navicat, click "New Database" and name it. ||The second step is to select "Table", right-click "New Table", set the primary key to not be empty, and to increase it automatically. ||The third step is to click "Add Column" to add a new column to the table. After designing the table data, click "Save" to create the table.
- navicat 9596 2019-08-03 11:16:55
-
- How to view navicat execution plan
- The first step is to open the Navicat tool and connect to the database where SQL needs to be executed. ||The second step is to click "Query" and then "New Query". ||The third step is to select "Run" and then click "Explain". ||The fourth step is to finally select the "Explanation" tab to view the SQL execution plan.
- navicat 18165 2019-08-03 10:51:42
-
- How to upload database in navicat premium
- The first step is to open Navicat Premium and connect to the mysql database. ||The second step is to open the database to be imported and export the structure and data of the database into a SQL file. ||The third step is to connect the data to be imported and click "New Database", right-click and "Run SQL File".
- navicat 4197 2019-08-12 16:12:25
-
- How to import sql files into navicat
- Open Navicat for MySQL, click "New Link", right-click on any database, and select "New Database". ||Enter the database name and select GBK as the character set. ||Right-click and select "Open Database", drag the sql file into the database, click "Start", and after the run is completed, right-click to refresh.
- navicat 5928 2019-08-03 10:13:19
-
- How to connect navicat to mysql
- The first step is to install the mysql database. ||The second step is to open Navicat for Mysql. ||The third step, click "connection" to enter the connection interface. ||The fourth step is to enter the relevant information, then click "Test Connection", and finally click "save" to connect.
- navicat 6057 2019-08-03 09:49:59
-
- How to create a new link in navicat
- The first step is to open Navicat and click "Connect". ||The second step is to enter the host name, port, user name and other information in the new connection interface. ||The third step is to authorize the database for the root user, and then click "Connection Test".
- navicat 6560 2019-08-03 09:30:23
-
- How to set up Chinese in navicat
- The first step is to open Navicat and click "Tools". ||The second step is to select "Options" in the tool's drop-down menu to enter the options window. ||The third step, select "Font" in the appearance, enter the font window, set all fonts in the font to Chinese fonts, and finally click "OK".
- navicat 20380 2019-08-02 18:00:36
-
- How to set foreign keys in navicat
- Open the database where the data table is located, right-click the database table where you want to add fields, and click "Design Table". ||Click the "Foreign Key" tab and enter the name of the foreign key. ||Set fields, reference databases, reference tables, reference fields, delete operations, and update operations. ||Finally click "Save".
- navicat 6615 2019-08-02 17:35:41
-
- How to set primary key in navicat
- Open the database where the data table is located, right-click the database table where you want to add fields, and click "Design Table". ||Select the field as the primary key, such as the code field. ||Click "Primary Key" under the "Object" menu, and the code field becomes the primary key and is automatically set to non-empty. ||Set the default value of the primary key, comments, etc., and finally click "Save".
- navicat 17796 2019-08-02 17:23:41
-
- How to use navicat premium
- Connect to the MySQL database: Select "Connect", then click "Mysql", set the relevant connection information, and click OK. Query: Click "Query", then select "New", and then enter the SQL statement. View the data table: Double-click "Connection", then double-click "Database", and finally double-click "Table".
- navicat 19806 2019-08-02 16:35:51
-
- What does navicate do?
- Navicat is a multi-connection database management tool that can connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server and/or MariaDB databases to make database management more convenient.
- navicat 16100 2019-08-02 16:15:18
-
- Navicat practical functions: data backup and structure synchronization
- When we do risky operations on the database, we need to back it up. Every time we go online, there will always be inconsistencies in the online and offline database structures. This article will explain how to use Navicat to easily solve these two problems. .
- navicat 5204 2019-06-19 15:18:24
-
- How to add index to table in navicat? (pictures and text)
- What this article brings to you is about how navicat adds indexes to tables? (Pictures and text), it has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
- navicat 15619 2019-02-26 16:04:12