Questions tagged [navicat]

Navicat is a series of graphical database management and development software produced by PremiumSoft CyberTech Ltd. for MySQL, MariaDB, Oracle, SQLite, PostgreSQL and Microsoft SQL Server.

Navicat has an Explorer-like graphical user interface and supports multiple database connections for local and remote databases.

It's design is made to meet the needs of a variety of audiences, from database administrators and programmers to various businesses/companies that serve clients and share information with partners.

Navicat is a cross-platform tool and works on Microsoft Windows, Mac OS X and Linux platforms. Upon purchase, users are able to select a language for the software from eight available languages: English, French, Spanish, Japanese, Korean, Polish, Simplified Chinese and Traditional Chinese.

Versions

Navicat Premium

In 2009, PremiumSoft released Navicat Premium, a series of Navicat software that combines all previous Navicat versions into a single version and can connect to different database types including MySQL, Oracle, and PostgreSQL simultaneously, allowing users to do data migration between cross databases. Navicat Premium version also supports cross-platform administration, serving Windows, Mac OS X and Linux. In April 2010, version 9 of Navicat Premium was released, which added the connectivity of SQLite database to Navicat Premium, allowing Navicat Premium to connect to MySQL, Oracle, PostgreSQL and SQLite in a single application. In November 2010, support for Microsoft SQL Server was added. In January 2011, SQL Azure was included. In November 2013, added the support of MariaDB.

Navicat Essentials

Navicat Essentials was officially released in November 2011. This is a simple Navicat version for commercial use. The Essentials editions of Navicat lack several features found in the Standard/Enterprise editions, including form view, record filtering, visual query building, data modeling and options for import, export and backup of data, etc.

Navicat Data Modeler

Navicat Data Modeler Windows version was officially released in March 2012. Then, Mac OS X and Linux version were released in May 2012 and June 2012. This is a standalone product for developers to create data models for MySQL, SQL Server, Oracle, PostgreSQL and SQLite databases. Navicat Data Modeler allows users to visually design database structures, perform reverse/forward engineer process, import table structures from ODBC data sources, generate SQL files and print models to files, etc.

Navicat iOS

In August 2014, PremiumSoft released a new product - Navicat iOS. It is a database administration tool developed for iOS with features included object viewer & designer, query builder & editor, Navicat Cloud, server monitor, etc. MySQL was supported in the first release. Then, Navicat for PostgreSQL iOS version was released in January 2015.

Features

Navicat's features include:

  • visual query-builder
  • SSH and HTTP tunneling
  • data and structure migration and synchronization
  • import and export and backup of data
  • report builder
  • task scheduling and wizards tool

There are differences in the features available across operating systems. Navicat also supports forks of MySQL such as Drizzle, OurDelta, and Percona.

Navicat is shareware tool with 30-day trial. Latest version is 12.*.

367 questions
166
votes
27 answers

Error: Tablespace for table xxx exists. Please DISCARD the tablespace before IMPORT

I am running a local server of MySQL 5.6.10 on MacOS 10.8.3 and manage my database via Navicat essentials for MySQL. The error I get is that after running and managing my database just fine for a couple of days/weeks something triggers to (it…
MattMirabilis
  • 1,669
  • 2
  • 11
  • 3
25
votes
4 answers

How to send email from MySQL 5.1

I'm trying to send an email to several recipients when a new row is inserted into a table. The list of recipients varies. I would like to be able to set this list using a select statement. I also have installed Navicat which allows me to send…
David Jimenez
  • 265
  • 1
  • 4
  • 5
21
votes
3 answers

MariaDB not allowing remote connections

As the screenshots show, I have the accounts setup to allow remote connections but as shown in the second screenshot I still cannot connect remotely.
ItsJamie
  • 231
  • 1
  • 3
  • 7
16
votes
4 answers

How to connect to sqlite database with password

I have a sqlite database and I want to connect from my C# program using a password for the database. I am using Navicat and I set encrypt database file with password "test" and then by code my connection string is: _connection = new…
ddarellis
  • 3,912
  • 3
  • 25
  • 53
12
votes
7 answers

Stop Excel from converting a string to a number

I have a column in my CSV file that contains a string of numbers separated by commas. Excel keeps converting them to numbers even though I want to treat it as text. Example: 470,1680 get converted to 4,701,680 However, I want it to stay as…
MagentoMan
  • 553
  • 4
  • 8
  • 19
11
votes
3 answers

Installing Navicat on Ubuntu 14.04 LTS

is there a way to install Navicat on Ubuntu 14.04 without using wine? just straight up from deb or apt-get install.. I tried installing it using wine, but the problem is it does not function well enough. thanks
cocoboy
  • 274
  • 1
  • 3
  • 6
10
votes
2 answers

Authentication plugin 'mysql_clear_password' cannot be loaded in Navicat

I try to connect with my database and use Navicat with MacOS , but I get an error and not able to connect. I tried many different things but not able to connect yet. any help really appreciates and it's really great to help me. Error : Connection…
Hardy Mathew
  • 684
  • 1
  • 6
  • 22
10
votes
1 answer

Save query as a table with Postgresql

How do you save a postgresql query output as a table? Similar to the maketable query within Access. I want to be able to join other tables to the query output and making a new table would make life good. I am using Navicat to execute queries.
9
votes
6 answers

How can i get a count(*) of all the columns in a table? Using PostgreSql

I have bunch of tables where several of them have hundreds of columns. I need to get a count of non-null values for each column and I've been doing it manually. I would like to figure out a way to get all the counts for all the columns in a table. I…
uclaastro
  • 593
  • 1
  • 6
  • 17
8
votes
3 answers

Rearrange Column Order in Navicat

in navicat you can arrange the order of the columns but i have yet to find a way to sync the changes with the database. i saw a similar question here -> Rearrange column order in Sqlyog but haven't found anything similar in navicat. i have many…
Andrew
  • 171
  • 1
  • 10
8
votes
2 answers

Can't connect to MySQL server (hosted by strato) over SSH

I am trying to connect to a MySQL server hosted by strato. I am connecting to the DB using PuTTy as instructed on this page. Now connecting to my database is no problem if I am using the terminal: But once I am trying to connect to the MySQL server…
lmiv
  • 315
  • 5
  • 17
8
votes
2 answers

Postgres - Run same query on all databases (same schemas)

hoping this is a pretty straightforward question. I have a straightforward SELECT query (with a few sub-queries built in). I have over 40 DBs and I need to run this query for all DBs (all have same schema) and return the result in a big table. I'm…
Lorenzo
  • 823
  • 4
  • 11
  • 24
7
votes
2 answers

Cannot open connection after connecting to Postgres 15 using Navicat Premium

I've encountered into a connection issue between PostgreSQL 15 and Navicat 15. My environment is: Windows 10 PostgreSQL 15 Navicat Premium 15.0.16 (Activated) How to produce: Open 'New Connection' dialog. (Files -> New Connection ->…
tedchow
  • 105
  • 1
  • 6
6
votes
1 answer

MySQL Views in Navicat - How to define 'primary key'?

Often when I define a View in Navicat I receive the following message: xxx does not have a primary key. Updates to this table will be done using the following pseudo statement: UPDATE xxx SET ModifiedFieldsAndValues WHERE AllFieldsAndOldValues…
Ropstah
  • 17,538
  • 24
  • 120
  • 194
6
votes
2 answers

Navicat: Failed to save password Error code: -34018 on mac os

I try to use navicat on mac os Big Sur but whene I put password get this error! Failed to save password Error code: -34018 Other apps work correctly!
1
2 3
24 25