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 garbled characters
- When installing Navicat on the ubuntu system, garbled boxes appear: first find the start_navicat file in the software installation directory, then enter nano start_navicat, the file content will be displayed, change the encoding format to zh_CN, then Ctrl X, Y, and finally press Enter to solve the problem .
- navicat 7078 2019-08-05 11:23:56
-
- How to create a user in navicat
- Steps to create a user in navicat: First open navicat and select the database where you want to create a user. Click to create a new user and set user information. Click Server Permissions to set the user's permissions. Finally click save.
- navicat 10101 2019-08-05 11:08:12
-
- How to generate er diagram in navicat
- The first step is to open Navicat and connect to the database. ||The second step is to select "View" in the menu bar. ||The third step is to select the ER diagram in the drop-down menu of View to generate the ER diagram.
- navicat 22055 2019-08-05 11:05:16
-
- How to configure Navicat
- The first step is to open Navicat and click "Connect". ||The second step is to open the connection drop-down menu and select a database, such as MySQL. ||The third step is to enter the MySQL new connection page and enter the connection name, host, port number, user name, password and other information.
- navicat 6045 2019-08-05 10:53:50
-
- How to create a view in navicat
- Open navicat, select the database you want to operate, click the view icon, and create a new view. Views can be created here through SQL statements or using Navicat's view creation tool.
- navicat 15192 2019-08-05 10:50:59
-
- How to add foreign keys in navicat
- The first step is to open Navicat and create a table. ||The second step is to open the table design interface and click "Foreign Key". ||The third step is to set the custom name, field, reference database, reference table, reference field, deletion time and update time in the foreign key setting interface.
- navicat 9761 2019-08-05 10:41:32
-
- What should I do if the new query system of Navicat cannot find the specified path?
- The first step is to close the database connection. ||The second step is to select the connection, right-click "Edit Connection". ||The third step is to select "Advanced" and change the default path in the setting location to the Navicat directory path. ||After the settings are completed, click "Query", then select "New Query" and enter SQL to test.
- navicat 6216 2019-08-05 10:26:15
-
- How to set foreign keys in navicat
- Navicat foreign key setting steps: 1. Open navicat, select the database to be used, and then select the data table. 2. Right-click the design table. 3. Select the foreign key in the design window. Here you can set the name of the foreign key, the related table associated with the foreign key, related fields, etc. After setting, just save and exit.
- navicat 5123 2019-08-05 10:21:48
-
- How to export sql statement in navicat
- The first step is to open Navicat and connect to the database. ||The second step is to create a table and insert data. ||The third step is to enter the query statement. ||The fourth step, click "Save As", enter the query name, click "OK" to export, click "test", right-click to open the included folder, and you can view the saved sql file.
- navicat 12102 2019-08-05 10:10:53
-
- How to check the version in navicat
- Navicat has two ways to check the version. The first one is to click Help on the Navicat page, select About, and you can check the version information in the pop-up window. Second, find the installation directory of navicat, find the navicat application, right-click on properties, and you can view the version information of navicat.
- navicat 14084 2019-08-05 10:03:59
-
- How to create a trigger in Navicat
- Navicat trigger creation steps: First open Navicat, select the database, select the data table, right-click to design the data table, on the design page, click the trigger label, enter the trigger name, select the trigger condition, and then enter the SQL to be executed when the trigger is triggered below statement. Finally click save.
- navicat 4278 2019-08-05 09:48:39
-
- How to import tables in Navicat
- The first step is to open Navicat and connect to the local database. ||The second step is to create a new database in the local database to store the imported sql file, and set the encoding and sorting rules. ||The third step is to open the newly created database, right-click and select "Run SQL File", then select the data file, and finally click "Start" to start importing.
- navicat 10296 2019-08-05 09:47:21
-
- How to deal with 1130 in navicat
- The 1130 error in navicat is because MySQL has only one root user. After changing the root password and selecting MD5, an error will be reported after logging in again after submission. Workaround: Edit my.ini. Add a sentence in the [mysqld] section: skip-grant-tables.
- navicat 3880 2019-08-05 09:30:41
-
- How to establish multi-table links in Navicat for MySQL
- Open navicat and create three tables, the clean_data table and the user table, as well as the relationship table between the two tables. ||Set the two fields cln_dt_id and user_id to be associated in the clean_data_user table as primary keys. ||Click the foreign key button to establish a foreign key relationship.
- navicat 12205 2019-08-05 09:28:46
-
- How to set navicat to Chinese
- Open the navicat application interface, click Tools, select Options, click Fonts, click the drop-down box, and select the required language font. Then click Save after completing the Chinese settings for other options.
- navicat 92940 2019-08-05 09:20:15