Ubuntu navicat for MySQL installation:
1. Download The navicat8_mysql_cs.tar.gz File
2. decompress the tar file after the download.
A) running Terminal
B) First, CD the file to the folder you want to decompress on the terminal.
Java code
- CD/home/admin/download/
C) decompress the package.
Java code
- Tar-zxvf/home/admin/download/navicat8_mysql_en.tar.gz
3. decompress the package and run it in the decompressed directory.
Java code
- ./Start_navicat
Finished ....
That's all.
That's all.
After connecting to the database, the Chinese data is garbled and the Ubuntu character set is changed to zh_cn.utf8. The modification method is as follows:
1. view supported character sets
Java code
- Locale-
2. Modify Character Set
Java code
- Export lang = zh_cn.utf8
If it is cracked
When start_navicat is executed for the first time, a hidden folder named. navicat is generated in the user's home directory.
Java code
- CD/home/Anmin/. navicat/
This folder contains a system. reg file.
Java code
- Rm system. Reg
After this file is deleted, the next time navicat is started, the file will be regenerated. The 30-day trial period will start based on the new time.