Top "Mysqldump" questions

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

How can I access the MySQL command line with XAMPP for Windows?

How can I access the MySQL command line with XAMPP for Windows?

mysql windows xampp mysqldump
Skip certain tables with mysqldump

Is there a way to restrict certain tables from the mysqldump command? For example, I'd use the following syntax to …

sql mysql database mysqldump
mysqldump data only

I am looking for the syntax for dumping all data in my mysql database. I don't want any table information.

mysql mysqldump
how to mysqldump remote db from local machine

I need to do a mysqldump of a database on a remote server, but the server does not have mysqldump …

mysql mysqldump
Cloning a MySQL database on the same MySql instance

I would like to write a script which copies my current database sitedb1 to sitedb2 on the same mysql database …

mysql database copy clone mysqldump
Using a .php file to generate a MySQL dump

Here's the information I have: I am working with a Linux based system using MySQL and PHP5. I need to …

php mysql mysqldump
mysqldump & gzip commands to properly create a compressed file of a MySQL database using crontab

I am having problems with getting a crontab to work. I want to automate a MySQL database backup. The setup: …

crontab mysqldump
mysqldump exports only one table

I was using mysqldump to export the database, like this: mysqldump -u root -ppassword my_database > c:\temp\my_…

mysql innodb mysqldump
How to take complete backup of mysql database using mysqldump command line utility

How can I make a complete backup of mysql database using mysqldump? When I am making a backup, my tables …

mysql backup mysqldump complete
#1071 - Specified key was too long; max key length is 1000 bytes

I know questions with this title have been answered before, but please do read on. I've read thoroughly all the …

mysql phpmyadmin mysqldump