Tagged Questions
Navicat is a powerful DB tool for MySQL, SQL Server, SQLite, Oracle and PostgreSQL development and management. Its MySQL version supports Windows, Mac OS X and Linux.
4
votes
1answer
94 views
MySQL sync between 2 databases and primary key clash
I have an issue with a development and production environment MySQL database. I want to merge the 2 databases, but since content authors have been adding records to the production environment, there ...
4
votes
4answers
11k views
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 ...
3
votes
1answer
4k views
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 ...
2
votes
1answer
409 views
mySQL Table Sync
I am looking for suggestions on the best way to sync mySQL tables (myISAM) from 2 different databases.
Currently we use Navicat to sync tables from our production server to our test server but we ...
1
vote
2answers
136 views
error in navicat lite mysql gui : Unknown column in 'field list'
I am using navicat lite with mysql database.
my database is test
and i have a table named transactions with schema:
date, sharename,buyORsell,quantity,finalrate
I am trying to create a new ...
1
vote
2answers
118 views
How to get an access to my godaddy mysql database using navicat
I have been looking around to find an answer for this question for a while. I have seen this link http://blogs.navicat.com/?p=26 , but it does not make sense to me(Specially ntunnel_mysql.php, I don't ...
1
vote
3answers
123 views
Importing a remote table into a remote mysql server
I want to import a large csv/txt/tsv file into a mysql server database. The file is sitting on a remote machine at University which I have access to via ssh. The mysql database (and server) are ...
1
vote
1answer
65 views
MySQL Keeps adding 2 extra rows after deleting!
I have this really weird problem with my MySQL table. After some time a realise that there are 2 extra rows at the end of the table. Deleting the entries in phpmyadmin just creates another 2 more of ...
1
vote
2answers
127 views
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 ...
1
vote
1answer
253 views
MySQL Error “right syntax to use near '/*100,3), '%') AS `Percentage` FROM INFORMATION_SCHEMA.PROFILING”
I got this weird error after trying to execute a query on a large table:
You have an error in your SQL syntax;
check the manual that corresponds to
your MySQL server version for the
right ...
1
vote
1answer
519 views
Bulk INSERT into SQL Server CE
I am using WebMatrix for a site right now, and its built-in SQL Server Compact database, and it's alright, but it only lets you create one row at a time. It has no bulk insert features (as I ...
1
vote
1answer
231 views
Edit Column in SELECT Statement on Navicat SQL Server
I use NaviCat for SQL Server Lite. On my database I make a
SELECT * FROM Table WHERE ID = 1.
Then I get a result. Everything correct. Now if i want to edit one column and click into the column I ...
1
vote
1answer
261 views
What are MySQL functions?
I use Navicat for MySQL and I see "functions". How they are used? What are they? What is their main purpose?
1
vote
1answer
362 views
Are foreign keys mandatory in MySQL?
Do I need to assign a foreign key in MySQL?
(Navicat for MySQL, PHP, I'm programming a social network for sake of fun)
1
vote
4answers
318 views
Higher speed options for executing very large (20 GB) .sql file in MySQL
My firm was delivered a 20+ GB .sql file in reponse to a request for data from the gov't. I don't have many options for getting the data in a different format, so I need options for how to import it ...
0
votes
0answers
20 views
column count of mysql.proc is wrong. I am getting this error
I am getting this error after i copied the database from a server running at 5.1.17 to a new CentOS 6, Mysql 5.5.20 server. I tries the mysql_upgrade command but it did not work.
I can still query ...
0
votes
1answer
56 views
how would I run this?
how do I run the following code in mysql query browser or navicat? I tried to run it as a query and that gave me errors. I want to know do I just put this in query or what?
use nydb;
DROP PROCEDURE ...
0
votes
0answers
43 views
Change SQLite database encryption in Mac OS
I have SQLite database with some encryption. How can I change this encryption to another with terminal? Also I would like to know how can I change encryption with Navicat Lite?
0
votes
1answer
79 views
FTP and Convert text file from UNICODE to UTF-8
Does anyone know of a way schedule or automate copying or ftping a UNICODE text file and have it converted to a UTF-8 encoding?
The file I am attempting is C:\Documents and Settings\All ...
0
votes
1answer
100 views
Navicat MySQL MacOS Code Complete on keypress?
I find Auto-complete very good on Navicat, but how I can show autocomplete on keypress? (I mean shortcut for it?) I see it just need to wait.. but I want to press some keys and activate it.. Can I? ...
0
votes
1answer
75 views
please help me to get rid of this errors
please help me to get rid of this errors
While i run some large number of mysql scripts at once i got this kind of errors
ERROR: 2006 MySQL server has gone away
Error: 1153 Got a packet bigger than ...
0
votes
0answers
63 views
'Query was empty'-error during import of database dump
I'm migrating a collection of databases from one server to another. Both servers run Windows Server, the old one is 2003 and the new one is 2008. The plan is to dump all databases from the old server ...
0
votes
2answers
258 views
How to enable MySQL Query Log?
How do I enable the MySQL function that logs each SQL query statement received from clients and the time that query statement has submitted?
Can I do that in phpmyadmin or NaviCat?
How do I analyse ...
0
votes
1answer
323 views
Apply gtk theme for Navicat lite in Ubuntu 11.04?
I downloaded Navicat Lite for Linux at http://www.navicat.com/download/download.html. It works so good except the ugly windows-like theme. How can I apply my current gtk theme for it?
Note: The ...
0
votes
0answers
82 views
How to import a text file of 1GB to mysql using navica?
I have text file with around 900mb and i want to import that to mysql using Navicat but its giving error and not successful, delimiter is "~" in text.
0
votes
1answer
55 views
Accessing n tier database with Navicat
We just made our web system more secure by converting a single web server/database server into a 2 tier system with the webserver in front of the database server. The webserver has 2 NIC's, one for ...
0
votes
1answer
37 views
Is it possible to name the XML record indicator <records> using Navicat?
I use navicat to export various MySQL queries into XML format. everything works perfectly but every export sends files with:
<record>
<records>
<data....>
I am trying to ...
0
votes
3answers
457 views
Navicat users - any way to create a variable at the top of a New Query and process on the page?
I am essentially trying to create a pHp pdo parameter binding equivalent without the use of php at all.
I use Navicat for my sql queries and building and as such am able to do some more interesting ...
0
votes
2answers
121 views
How to view tables in sql?
Hai i am a beginner of Database,
i have a .sql file which contains some tables of data, i want to know how to import them and how to view the list of tables.
presently im using the following:-
...
0
votes
0answers
311 views
Updating Data in a MySQL View (using inner join) in Navicat 9.0.12
In Navicat 9.0.12, I am defining a view which uses an inner join. The view renders the join perfectly and as expected. However I do get the pop-up message about not having a primary key for the view ...
0
votes
1answer
195 views
PHP htmlspecialchars() function error when trying to use UTF-8 string
I did the following things:
I have a spreadsheet with data. One of the rows has a ΓΌ character in it.
I save this as a CSV file in OpenOffice.org. When it asks me for a character encoding, I choose ...
0
votes
1answer
82 views
MySql: What is the structure for “IF” formula? Please give example
I try to use formula "IF" in view but dont know what the structure.
Basically I try to divide two group of number.
0,1,2,3,4 after "IF" = 0 and 5,6,7,8,9 after "IF" = 1.
Here is an example of my ...
0
votes
2answers
61 views
Add several fields to MySQL Database
I am fairly new to building sites with PHP and MySQL but am trying to achieve the following:
During an online enrollment process, a promoter is able to enroll up to 20 'fighters' for medical testing ...
0
votes
1answer
604 views
Synchronize 2 databases installed locally with Xampp
I've 2 computers connected to Internet. Each one has Xampp installed, with a local mysql database.
Is it possible to sychronize these 2 dbs ?
I use Navicat. The sync works well with a local ...
0
votes
2answers
98 views
MySQL, Permission Issue
I have a MySQL database that has several databases used by more than 1 web app.
I need to now create a new Database that can only be accessed via a new user account. I've been using Navicat v5.3.3 ...