MySQL Forums
Forum List  »  General

Re: Running mysqldump on windows 10
Posted by: Daniel Schwartz
Date: August 22, 2018 12:05PM

The command I used is:
mysqldump -u <user> -p <databaseName> > <databaseName>.dmp

This prompts me for my password, and then outputs the file <databaseName>.dmp.

An initial segment of the output on Windows 7 is:

-- MySQL dump 10.13 Distrib 5.6.22, for Win64 (x86_64)
--
-- Host: localhost Database: holidays
-- ------------------------------------------------------
-- Server version 5.6.22-log


The corresponding initial segment of the output on Windows 10 is:

˜?-^@-^@ ^@M^@y^@S^@Q^@L^@ ^@d^@u^@m^@p^@ ^@1^@0^@.^@1^@3^@ ^@ ^@D^@i^@s^@t^@r^\
@i^@b^@ ^@5^@.^@6^@.^@2^@2^@,^@ ^@f^@o^@r^@ ^@W^@i^@n^@6^@4^@ ^@(^@x^@8^@6^@_^@\
6^@4^@)^@^M^@
^@-^@-^@^M^@
^@-^@-^@ ^@H^@o^@s^@t^@:^@ ^@l^@o^@c^@a^@l^@h^@o^@s^@t^@ ^@ ^@ ^@ ^@D^@a^@t^@a^\
@b^@a^@s^@e^@:^@ ^@h^@o^@l^@i^@d^@a^@y^@s^@^M^@
^@-^@-^@ ^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^\
@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@\
-^@-^@-^@-^@-^@^M^@
^@-^@-^@ ^@S^@e^@r^@v^@e^@r^@ ^@v^@e^@r^@s^@i^@o^@n^@ ^@5^@.^@6^@.^@2^@2^@-^@\
l^@o^@g^@^M^@
^@^M^@

I don't know how to contact the people that distribute MySQL. Do you?

Options: ReplyQuote


Subject
Written By
Posted
Re: Running mysqldump on windows 10
August 22, 2018 12:05PM


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.