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 connect navicat to the database on the server
- How to connect navicat to the database on the server: Select the SSH option under New Connection, set the public IP, port (the default is fine), username (server username), and password. Then set it normally in the general options. After connecting, when you finally click to open the connection, just enter the password of the server.
- navicat 20824 2019-08-08 09:38:51
-
- What does Navicat for MySQL mean?
- Navicat for MySQL is an ideal solution for managing and developing MySQL or MariaDB. It supports a single program and can connect to MySQL and MariaDB simultaneously.
- navicat 4516 2019-08-07 16:22:25
-
- How to use navicat to index a database table?
- How to create an index in navicat: First open navicat, select the database you want to operate, right-click the database table where you want to add an index, and then click [Design Table]. Select the Index tab in the design window. Set the index name, select the index field and index type. Just save it at the end.
- navicat 10745 2019-08-07 15:55:33
-
- How to use navicat for mysql command line operations?
- To perform mysql command line operations in navicat, you only need to open navicat, click the tools menu, and select the command line interface.
- navicat 11456 2019-08-07 15:20:01
-
- navicat 1366 error
- Navicat reports error 1366 because the character set settings are inconsistent. Solution: 1. Set the database schema character set to utf-8. 2. Set the table character set to utf-8. 3. Set the Chinese column character set to utf-8. 4. CharsetEncode=utf8 has been specified in the connection url.
- navicat 7306 2019-08-07 15:00:22
-
- navicat 2005 error
- Navicat reports error 2005 because some functions of Navicat require an Internet connection to be used. There are two solutions: 1. Solve the network problem and connect to the Internet. 2. When there is no Internet connection, open the connection properties and change the localhost of the host name or IP address to 127.0.0.1.
- navicat 6541 2019-08-07 14:40:56
-
- What database does navicat support?
- The databases supported by navicat include MySQL, SQL Server, SQLite, Oracle and PostgreSQL. navicat can manage and develop these databases.
- navicat 4511 2019-08-07 14:33:31
-
- navicat error 10061
- Navicat prompts error 10061 because the MySQL service has not been started; we need to solve it manually. First enter services.msc on the command line. Find the MySQL service and start it. Open navicat again and no error will be reported.
- navicat 7044 2019-08-07 14:26:23
-
- What is navicat?
- Navicat is a set of fast, reliable and relatively cheap database management tools. It is designed to simplify database management and reduce system management costs. It is designed to meet the needs of database administrators, developers and small and medium-sized enterprises.
- navicat 8235 2019-08-07 14:25:17
-
- navicat 1146 error
- Navicat reports error 1146 when using it. It is caused by the lack of mysql library. So just complete the corresponding files. The easiest way is to uninstall and reinstall the MySQL service.
- navicat 9095 2019-08-07 14:10:50
-
- navicat connection 1215 error
- Navicat error 1215 solution: 1. Set the data type of the field corresponding to the foreign key to be consistent. 2. When setting the foreign key, set "When deleting" to "SET NULL". 3. When designing tables, the storage engines of the two tables must also be set to be consistent.
- navicat 5533 2019-08-07 13:54:55
-
- How to modify the save table path in navicat premium
- Open navicat, click "New Connection" and enter the connection information. ||Right-click "localhost 3306" and select "Open Connection". ||Right-click to open the database, click "Table", then select "Table File", right-click "Export Wizard", click Path to modify the storage path of the table, select the storage path to save.
- navicat 7182 2019-08-07 13:38:21
-
- navicat error 1251
- Navicat will report error 1251 when connecting to MySQL 8.0 and above. The reason is that the encryption method of MySQL8.0 version is different from that of MySQL5.0. Just start the MySQL service from the command window and modify its encryption method.
- navicat 8675 2019-08-07 13:36:33
-
- How to export sql sever script file in navicat
- The first step is to open Navicat and open the database where the data table is located. || In the second step, select the database table to be exported, right-click and select "Export Wizard" and select "SQL script file (*.sql)". ||The third step is to define additional options, select the range of data fields to be exported, set additional options and click "Start".
- navicat 5243 2019-08-07 13:17:07
-
- Navicat reported error 2059
- When using navicat to connect to MySQL8+, a 2059 error will occur. This is because the new version of MySQL uses the caching_sha2_password authentication method. The solution is to change the authentication method to mysql_native_password, the authentication method used in previous versions.
- navicat 5967 2019-08-07 13:16:51