Top "Mysqldump" questions

MySQL is a free, open source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL).

Limiting the number of records from mysqldump?

I am trying to load a small sample of records from a large database into a test database. How do …

mysqldump
How to copy table between two models in Mysql workbench?

I am doing some databese thing, I need copy one table from one model to another, but i try many …

mysql mysql-workbench mysqldump workbench eer-model
What is sql-dump for?

I know that a SQL dump is a series of insert SQL statements which reflect all the records inside the …

sql database mysqldump dump
Batch-file for mysqldump to backup each database into a separate file

Trying to create a batch (cmd) file for backing up each database into a separate file. Databases are created/deleted …

mysql windows batch-file windows-server-2008 mysqldump
Export Data from mysql Workbench 6.0

I'm trying to export my database, using MySQL Workbench 6.0 on Windows, to send to my db instance in Amazon RDS, …

database export mysqldump mysql-workbench
How do I import a local MySQL db to RDS db instance?

I've created a RDS instance called realcardiodb (the engine is mysql) and I've exported my database from my localhost. File …

amazon-web-services mysqldump amazon-rds
How can I get rid of these comments in a MySQL dump?

I'm trying to create a simple structure only dump of my database. Using mysqldump gives me a result like: /*!40014 SET @…

mysql export mysqldump
mysqldump - Export structure only without autoincrement

I have a MySQL database and I am trying to find a way to export its structure only, without the …

mysql export mysqldump database-schema auto-increment
Can you automatically create a mysqldump file that doesn't enforce foreign key constraints?

When I run a mysqldump command on my database and then try to import it, it fails as it attempts …

mysql foreign-keys mysqldump data-import
Is there a faster way to load mysqldumps?

Possible Duplicate: Speeding up mysql dumps and imports mysqldump is reasonably fast, but dumps of a medium-sized database (20-30 megs) …

mysql mysqldump mysql-management