Top "Mysqlimport" questions

The mysqlimport client provides a command-line interface for the MySQL database to the LOAD DATA INFILE SQL statement.

Any way to disable foreign key checks with mysqlimport tab option?

I asked this question before and I am just coming back to the issue. I have a backup script for …

mysql command-line foreign-keys mysqlimport
Maintain case sensitivity when importing db into windows

I have an export from a MYSQL database on a linux machine however when importing that database into MYSQL on …

mysql phpmyadmin mysqlimport
Is it not possible to show warnings when using mysqlimport?

This article: http://www.linuxask.com/questions/how-to-show-the-warnings-during-mysqlimport says it is not possible to show warnings when using mysqlimport: When …

mysql load-data-infile mysqlimport
Check the progress of Data Import/Restore MySQL in Windows

I am new to MySQL. I have a decent machine and have been importing a 16gb .sql database since yesterday. …

mysql database mysql-workbench progress mysqlimport
MySql Error 'max_allowed_packet' bytes during import SQL script on database hosted on AWS RDS

I was facing an issue during import SQL file on MySql database which is on AWS RDS, during import SQL …

mysql amazon-web-services amazon-rds mysqlimport max-allowed-packet
How to import a csv file into a mysql table and auto increment

I'm trying to import a csv file into mysql with the following command: mysqlimport --columns=name,amount,desc --ignore-lines=1 --fields-terminated-by=, …

mysql csv mysqlimport