MySQL Forums
Forum List  »  Backup

export using shell execute command
Posted by: Lohith L
Date: January 14, 2016 06:07AM

using the shell execution command, the exported database is not storing in the file that we are going to give ...so can you kindly tell me what we need to pass in the parameter of the shell execution command

please find the below code

ShellExecute(Application.Handle,'open','mysqldump.exe ',' -u root -ppassword dbname > sqlfile.sql -f ',nil,SW_SHOW);

Options: ReplyQuote


Subject
Views
Written By
Posted
export using shell execute command
1838
January 14, 2016 06:07AM
1053
January 23, 2016 07:36PM


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.