I have used the MySQL mysqldump command. It said “dump complete”. Where can I now find the file which contains the MySQL statments?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Usually you use this command from the command line and pipe the output to a file:
Then the dump will be in the file
backup-file.sqlin the current directory. If you don’t redirect then the output will just be displayed to the screen, not saved to a file.