Can't export my database from mysql workbench

前端 未结 13 826
既然无缘
既然无缘 2020-12-07 20:24

I am trying to export my database from MySQL Workbench but I get this during the export progress:

Running: mysqldump.exe --defaults-file=\"c:\\users

13条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-07 20:48

    In MySql Workbench version 8.0.13 do the following steps:

    1. Go to Management/Data export
    2. Choose the schema to export in the 'Tables to export' list
    3. Click the 'Advanced Options...' button (top right)
    4. Search for the option 'Other/column-statistics'
    5. Set the value to 0
    6. Click the 'Return' button (top right)

    Now it should work. Unfortunately, you'll have to do that every time you start MySql Workbench.

提交回复
热议问题