First download the navicat for MySQL installation package via official website
Https://www.navicat.com.cn/download/navicat-for-mysql
Click Try and download.
Unzip the downloaded tar.gz package. Put the unpacked folder under the/opt/.
And then into the/OPT directory.
To run the Navicat method:
Enter the installation directory:
Cd/opt/navicat120_mysql_cs_x64
Execute command:
./start_navicat
This launches the Navicat
After entering, the interface garbled situation occurs.
Open the Start_navicat file.
[Email protected]:/opt/navicat120_mysql_cs_x64$ sudo vim start_navicat
will see export lang= "en_US. UTF-8 "To change this sentence to export lang=" ZH_CN. UTF-8 "
And then the boot will appear normal.
Hack Solution:
When Start_navicat is executed for the first time, a hidden folder named. Navicat is generated under the user's home directory.
cd/home/wilbur/.navicat/
There is a System.reg file under this folder
RM System.reg
After you delete this file, the next time you start navicat This file will be regenerated, and the 15-day trial will start at the new date.
Install navicat for MySQL under Linux (Ubuntu)