☆ Preparation Work
Make sure the MySQL database is installed on your computer
Determine the character set under My.ini to UTF8
☆ Download Navicat
Enter URL https://www.navicat.com
Click Downloads
Click Download Trial (download trial version, to be cracked later)
Under Download the saved folder, we see this installation file.
At the same time in Baidu search Navicat cracked file, as shown.
☆ Installation and cracking steps:
1. Double-click Navicat112_premium_en_x64.exe to install Navicat. After the installation is complete, do not open navicat, because there is no cracked, if open will appear using the date.
2. Copy the PatchNavicat.exe file to the Navicat installation directory and double-click Execute to hack
☆ View MySQL Service
Make sure the MySQL service starts properly
See if there are Mysqld.exe or Mysql.exe in the Task manager's process
(Win10 compatible with 32-bit software)
If not, select this computer (computer)-right-click Manage
☆ Use Navicat to connect MySQL
Click this icon to open the Navicat
Click Connnection to select the New connection-mysql for MySQL or File
Here are the configuration parameters for MySQL connection
After setting the parameters, click Test Connection, and a prompt indicates that the configuration was successful. Click OK
If this is a hint, there is a problem with the parameter setting, or the MySQL server is not started
1. Check that the user name and password are correct
2. Check MySQL server startup
3. Check that the MySQL port is correct
☆ Use Navicat
Select the connection name (my is myconn), right-click Open Connection
Select the database you want to use, right-click Open databases
☆ Open the interface for writing SQL statements
Click New Query
What appears is the interface for writing SQL
Description
Comment with--start followed by a space
End of SQL statement, use semicolon
Write SQL statement, select, right-click, select Run Selected (running selected)
This SQL statement file is typically written by default in the
can also be in
☆ Use DOS under Navicat
Tools, clicking on Console appears to be similar to how commands are used under DOS.
☆ PostScript
Specific graphics under the direct operation, you can study. The graphical interface is easy to operate. For some people who do not like English can search a Chinese plug-in to cover the original navicat. The Chinese interface can appear.
Technology sharing: www.kaige123.com
Navicat from download to use