search
HomeDatabasenavicatHow to avoid the trial period in Navicat

How to avoid the trial period in Navicat

Linux

Linux下Navicat是通过脚本启动的,因此很容易在运行之前插一个脚本,由这个脚本来重置试用期。

注意脚本是Python3的,每次运行均会重置试用期到14天,要求64位版Navicat。

插在Navicat启动脚本之前即可。

#!/usr/bin/env python3
# -*- coding:utf-8 -*-
import os
import re
# 试用时间重置的正则
ps = (
        re.compile(r'\[Software\\\\PremiumSoft\\\\Data\\\\\{[^\}]*\}\\\\Info\].*?\n[^\[]*'),
        re.compile(r'\[Software\\\\Classes\\\\CLSID\\\\\{[^\}]*\}\\\\Info\].*?\n[^\[]*')
    )
# user.reg 的路径
regfile = os.path.join(os.environ['HOME'], '.navicat64', 'user.reg')
# 正则替换
with open(regfile, 'r+') as f:
    regstr = f.read()
    for p in ps:
        regstr = p.sub(lambda m: '', regstr)
    f.seek(0, 0)
    f.truncate()
    f.write(regstr)

相关推荐:《Navicat for mysql使用图文教程

Windows

Windows用的注册表,感觉略麻烦。

(1)关闭Navicat

(2)Win + R,输入regedit回车

(3)删除HKEY_CURRENT_USER\Software\PremiumSoft\Data

(4)展开HKEY_CURRENT_USER\Software\Classes\CLSID

(5)展开每一个子文件夹,如果里面只包含一个名为Info的文件夹,就删掉它。 

How to avoid the trial period in Navicat

只要把这些Info都删完,以后Navicat随便试用,试用一万年都可以,如果这个软件公司不倒闭的话。

The above is the detailed content of How to avoid the trial period in Navicat. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Finding the Right Database Tool: Alternatives to NavicatFinding the Right Database Tool: Alternatives to NavicatApr 25, 2025 am 12:20 AM

Alternatives to Navicat include DBeaver, HeidiSQL, and pgAdmin. 1.DBeaver is open source, supports multiple databases, and is suitable for managing multiple databases. 2.HeidiSQL is free and lightweight, suitable for MySQL and MariaDB. 3.pgAdmin is specially designed for PostgreSQL, and is powerful and suitable for in-depth management.

The Best Database GUI: Navicat Alternatives for EfficiencyThe Best Database GUI: Navicat Alternatives for EfficiencyApr 24, 2025 am 12:02 AM

Alternatives to Navicat include DBeaver and HeidiSQL. 1) DBeaver is known for its powerful data model design and cross-platform support. 2) HeidiSQL is loved by developers for its lightweight and fast response.

Navicat's Purpose: Simplifying Database AdministrationNavicat's Purpose: Simplifying Database AdministrationApr 23, 2025 am 12:14 AM

Navicat simplifies database management tasks through a graphical interface. 1) Supports multiple database systems, such as MySQL, PostgreSQL, etc. 2) Provide query builder and data migration tools to simplify complex operations. 3) Use connection pooling technology to ensure performance in high concurrency environments.

Navicat: Community Edition vs. Commercial VersionsNavicat: Community Edition vs. Commercial VersionsApr 22, 2025 am 12:01 AM

The main difference between Navicat's CommunityEdition and CommercialVersions is the functionality and usage scenarios. CommunityEdition provides basic database management functions that are suitable for basic needs; CommercialVersions includes advanced functions, such as data model design and automation tasks, suitable for professional needs.

Navicat: An Introduction to Database Management ToolsNavicat: An Introduction to Database Management ToolsApr 21, 2025 am 12:06 AM

Navicat is a powerful and user-friendly database management tool for beginners and veterans. 1. It supports multiple database types and provides unified interface management. 2. Communication with the database through JDBC or ODBC to simplify operations. 3. Provide SQL editing and optimization tools to improve query efficiency. 4. Support data migration and model design to improve work efficiency.

Navicat: Free to Try, But Is It Free to Keep?Navicat: Free to Try, But Is It Free to Keep?Apr 20, 2025 am 12:01 AM

Navicat is not free, it offers a 30-day trial and paid version. 1. The trial version allows users to experience all functions and a license is required after the expiration of the period. 2. The paid version has personal, corporate and educational licenses, providing full functionality and support.

Navicat: A Comprehensive Suite of Database ToolsNavicat: A Comprehensive Suite of Database ToolsApr 19, 2025 am 12:11 AM

Navicat is an integrated database development and management tool designed to simplify database operations. 1. Connection management: Supports connecting multiple database servers at the same time. 2. Data operation: Perform SQL queries, data import and export, etc. through GUI. 3. Data model design: Provide visual tools to design and optimize database structure. 4. Automation and scripting: Supports automated tasks and script execution to improve efficiency.

Navicat: Features for Data Management and DesignNavicat: Features for Data Management and DesignApr 18, 2025 am 12:02 AM

Navicat supports a variety of databases, such as MySQL, PostgreSQL, Oracle, and provides data migration, SQL development and other functions. 1. Connect to the source database (such as MySQL). 2. Connect to the target database (such as PostgreSQL). 3. Select the tables and data to be migrated. 4. Perform migration operations.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor