Export Data from mysql Workbench 6.0

后端 未结 9 1991
无人共我
无人共我 2021-01-29 19:04

I\'m trying to export my database, using MySQL Workbench 6.0 on Windows, to send to my db instance in Amazon RDS, but i\'m getting this error:

Operation failed w         


        
9条回答
  •  遥遥无期
    2021-01-29 19:22

    Delayed inserts where deprecated in 5.6 and are converted to normal inserts in 5.7 (see also http://dev.mysql.com/doc/refman/5.7/en/insert-delayed.html). I wonder why mysqldump reports an error on this. Regardless, MySQL Workbench must be adjusted to no use delayed-insert for dumps. Can you please file a bug report at http://bugs.mysql.com to bring this on the agenta for MySQL Workbench?

提交回复
热议问题