Dump File MySQL 5.6.10

前端 未结 16 2831
天涯浪人
天涯浪人 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:03

    I had this problem on the Amazon EC2 acessing a RDS Mysql 5.6 database. I just ran

    sudo apt-get upgrade

    It didn't update mysql client to 5.6, but mysqldump now is working fine.

提交回复
热议问题