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 the error when navicat imports sql
- Back up the current database data and the MySQL folder under PhpStudy. ||Download the new version of MySQL, unzip it, and place it in the MySQL folder. ||Add the MySQL directory and database directory to the my.ini file. ||Run cmd as administrator and enter the MySQL directory.
- navicat 9793 2019-08-17 13:04:54
-
- How to write statements on 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 6378 2019-08-21 17:36:14
-
- What should I do if navicat reports an error when importing Excel?
- The first method is to open the excel table and import it. ||The second method, navicat and excel are both 64-bit or 32-bit. ||The third method is lack of driver. You need to go to Microsoft official website to download AccessDatebaseEngine. The number of digits should be consistent with Navicat and Office.
- navicat 5397 2019-08-17 11:46:05
-
- How to delete navicat registry
- Use the shortcut key [win+r] to enter "regedit" and press Enter. Find the related registry of Navicat under the path HKEY_CURRENT_USER\Software\PremiumSoft and delete it.
- navicat 20932 2019-08-21 17:35:56
-
- How to annotate navicat
- There are three ways to write comments in navicat: strings starting with #, strings starting with - - (note that there must be a space between - and the following statement), and strings surrounded by /* */ (can Multi-line).
- navicat 21672 2019-08-21 17:35:39
-
- How navicat manages remote permissions
- Navicat manages remote (server) permissions in [Menu Bar]-[User]; New User window, and sets operation permissions for all databases on the server. Permissions, set permissions for specific libraries and specific tables. When conflicting with server permission settings, the server permissions shall prevail.
- navicat 3951 2019-08-21 17:35:21
-
- The difference between navicat and sqlyog
- SQLyog is an easy-to-use, fast and concise graphical management tool for MYSQL databases, and Navicat is a powerful MySQL database management and development tool. For Sqlyog and Navicat, which are both paid versions. If you buy it, Sqlyog still has a great price advantage.
- navicat 23468 2019-08-21 17:35:09
-
- navicat premium 12 crashes
- Frequent crashes when using navicat premium 12 software. Reason: Youdao Cloud Dictionary is set up to retrieve words with the mouse, so when the mouse is hovering over the Navicat interface, Youdao Cloud Dictionary will try to translate the text content at the mouse hovering position. This behavior causes Navicat to crash.
- navicat 14897 2019-08-21 17:34:58
-
- navicat reports 2059 error when connecting to MySQL
- When using navicat to connect to MySQL8+, a 2059 error will occur. This is due to the caching_sha2_password authentication method used by the new version of MySQL, but navicat at this time does not support this authentication method. Changing the verification method to the previous version can resolve the error.
- navicat 6703 2019-08-21 17:34:35
-
- Navicat failed to connect to database
- Navicat fails to connect to the database, and I personally summarize the reasons into two categories: One: the reason for the Navicat software itself: it is actually a problem with the oci.dll file; two: the reason for the connection properties: problems with the account number, password, connection method, connection type, etc. .
- navicat 6484 2019-08-21 17:34:21
-
- How to connect navicat to sqlserver database
- First open navicat, select file, create a new connection, and select the sql server database to connect. Then open the new connection window. After completing the basic setup, you can use Navicat to connect to your database.
- navicat 19854 2019-08-16 15:54:01
-
- How to establish relationships between tables in navicat
- The relationship between tables in the database is reflected by a foreign key. Therefore, to establish a relationship between two tables is actually to create a foreign key to the data table. Steps to establish foreign keys in navicat: First open navicat and select the data table to be operated. Right click and select Design Table. Select the foreign key option in the table design window to set the foreign key. After setting, click Save.
- navicat 20116 2019-08-16 15:26:35
-
- How to batch modify data in navicat
- To use Navicat to modify data in batches, we only need to select the table to be modified, then click Query, create a new query, and enter the update statement to update the data. The updated content and update conditions can be set in the update statement.
- navicat 20367 2019-08-16 15:12:17
-
- How to create a new Oracle table in navicat
- First open navicat, select the oracle database connection, click Other, then select the table space, and click New Table Space. Then you can set the basic information of the table in the new window. After setting, click Save, enter the table space name, and the table will be created successfully.
- navicat 8279 2019-08-16 14:53:07
-
- How to view the structure of a table in navicat
- How to view the table structure in navicat: First open navicat, select the table and right-click to select "Object Information"; then select the "DDL" tab to see the structure of the table.
- navicat 9363 2019-08-16 14:02:56