Dump File MySQL 5.6.10

前端 未结 16 2788
天涯浪人
天涯浪人 2020-12-25 10:25

I was trying to create a dump file from my MySQL database, but when I try it always gives me this error

Operation failed with exitcode 2

16条回答
  •  南方客
    南方客 (楼主)
    2020-12-25 11:00

    You are probably using Amazon RDS, right? You can just get the newer version of mysqldump, v5.6 and use it instead.

    Download the portable zip here and extract just the mysql\mysqldump.exe there. http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.8.3/

    I tried it just now and it worked fine for me.

提交回复
热议问题