MySQL Forums
Forum List  »  Backup

Dumping Only Data
Posted by: panagiotis plastiras
Date: June 26, 2011 12:21PM

Hi,

I’m new to this forum and I need some help. I’m trying to export only data from a database using mysqldump method. In a similar use of this method I can export both data and structure using the commant below:


$creatBackup = "c:/xampp/mysql/bin/mysqldump.exe -u ".$username." --password=".$password." ".$db_name." applications> ".$backupFile;


Where:
$username = database username
$password = database password
$db_name = database name
$backupFile = file name + path

When I use this command, I get a result. But when I’m trying to create a file with only data I take nothing. Please help me!!!!! 

Options: ReplyQuote


Subject
Views
Written By
Posted
Dumping Only Data
4980
June 26, 2011 12:21PM
2264
June 29, 2011 03:36AM
1833
July 03, 2011 01:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.