Export Data from mysql Workbench 6.0

后端 未结 9 2090
无人共我
无人共我 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:34

    As highlighted at an earlier post, by putting a # at the delayed-insert line in wb_admin_export_options.py does solves the problem.What i like to add is that when i tried to edit it in notepad and Pythonwin,i encountered the admin rights issue.They don't let me save the file after my edit.I finally work around it by editing and saving it in notepad++.One can download it from here https://notepad-plus-plus.org/

提交回复
热议问题