Tagged articles
17 articles
Page 1 of 1
Java Companion
Java Companion
Feb 1, 2026 · Databases

How I Completed a 100+ Table Migration in One Month Using Navicat Tricks

In under a month the author migrated more than 100 heterogeneous tables from MySQL and MongoDB to PostgreSQL across isolated networks by automating Navicat's import/export logic, streaming data, handling special characters, configuring flexible sync strategies, and using OSS as a bridge to avoid OOM and lock‑contention.

Data MigrationMongoDBNavicat
0 likes · 20 min read
How I Completed a 100+ Table Migration in One Month Using Navicat Tricks
Wukong Talks Architecture
Wukong Talks Architecture
Apr 28, 2025 · Databases

Comprehensive Guide to Popular Database Management Tools

This article provides an extensive overview of widely used database management tools across various platforms—including DBeaver, Navicat, PL/SQL Developer, Toad for Oracle, SQLyog, MySQL Workbench, HeidiSQL, Percona Toolkit, pgAdmin, SQLite Expert, and SSMS—detailing their supported databases, core features, licensing, download links, and related learning resources.

DBeaverDatabase ToolsNavicat
0 likes · 19 min read
Comprehensive Guide to Popular Database Management Tools
Programmer DD
Programmer DD
Feb 23, 2022 · Information Security

Navicat Premium Compromised: Detect the Threat and Choose Safer Database Tools

A recent threat intelligence report reveals that Navicat Premium has been poisoned via a cracked version distributed from www.macwk.com, prompting users to urgently check for infections, change database passwords, and consider safer alternatives like Sequel Pro or IntelliJ IDEA's built‑in database client.

Alternative ToolsDatabase ToolsNavicat
0 likes · 5 min read
Navicat Premium Compromised: Detect the Threat and Choose Safer Database Tools
macrozheng
macrozheng
Nov 25, 2020 · Databases

Can MySQL Workbench Replace Navicat? Installation, Features, and Comparison

This article walks through installing MySQL Workbench, demonstrates its core database management features such as creating connections, adjusting appearance, handling tables and data, executing SQL, and managing instances, then compares it with Navicat, highlighting differences in design, backup, multi-database support, and unique capabilities.

Database ManagementInstallationMySQL Workbench
0 likes · 6 min read
Can MySQL Workbench Replace Navicat? Installation, Features, and Comparison
macrozheng
macrozheng
Apr 27, 2020 · Databases

Master Database Design with Navicat: A Step‑by‑Step Guide

This tutorial walks you through using Navicat 12 to design, relate, and export a database schema for a mall permission management module, covering model opening, table creation, foreign‑key setup, auto‑layout, SQL export, and reverse engineering with clear screenshots.

Database designForeign KeysNavicat
0 likes · 7 min read
Master Database Design with Navicat: A Step‑by‑Step Guide
Python Crawling & Data Mining
Python Crawling & Data Mining
Sep 9, 2018 · Databases

Configure MySQL for Remote Access on Ubuntu 14.04

This step‑by‑step guide shows how to edit MySQL’s my.cnf on Ubuntu 14.04, change the bind‑address, restart the service, grant remote privileges, and verify the connection using Navicat, enabling secure remote database access.

Database ConfigurationNavicatRemote access
0 likes · 6 min read
Configure MySQL for Remote Access on Ubuntu 14.04