Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I have just met similar problems and found the following way to add options. My environment is:</p> <ul> <li>Windows 8/64bit</li> <li>MySQL Workbench 6.08 (you may adjust the step according to your system such as Linux)</li> </ul> <p>First, close MySQL Workbench</p> <p>In the folder: C:\Program Files (x86)\MySQL\MySQL Workbench CE 6.0.8\modules there are many python files, there is a file called</p> <ol> <li><strong>wb_admin_export_options.py</strong> which is Python source code and there is another file with same name</li> <li><strong>wb_admin_export_options.pyc</strong> which is a compiled Python file.</li> </ol> <p><strong>Step to Edit</strong></p> <p>rename 2 into wb_admin_export_options.pyc-org to avoid the program<br> read the old option list and make a copy of 1 in case there is any<br> problem</p> <p>run your code editor in Administrator mode if in Window for UAC reason. Open wb_admin_export_options.py</p> <p>Note: You will see the option list for mysqldump which is appear in Workbench->Administration[Tab]->Advanced Options...[button on the top right]</p> <p><strong>Note on editing the file</strong></p> <p>Add the option you need in the list similar to the source code, eg: The true of false near the closing bracket means default value (check or uncheck by default)</p> <p>"create-options":["Include all MySQL-specific table options in CREATE TABLE statements.","TRUE"],</p> <p>Open the MySQL Workbench again and it will read the updated option list and let you choose from.</p> <p>Hope this help.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload