Executing Large Scripts

Fusion for MySQL allows you to execute large scripts without opening them in the SQL editor and loading the whole script in memory. When you try to open a large script, you will be prompted to execute it with help of the Execute Script Wizard.

To execute a large script, do the following:

  1. To open the Execute Script Wizard, go to the Fusion menu, select MySQL, then click Execute Large Script.
  2. Click the Connection field to select a connection to a required database server against which you want to execute your script. In the drop-down list of the field, you can click the **** link to open the **Connection Manager** dialog box. It will help you to create a connection if necessary.
  3. Click the Database drop-down list to select a required from the list of those databases that are available on the selected database server.
  4. On the File name box, specify the path to the script you want to execute.
  5. In the SQL file encoding field, check that the file encoding is selected correctly. The program automatically selects it basing on the script, if it fails, the default encoding (the current Windows encoding on the machine where the program is running) is selected. You can always select a required encoding from the drop-down list.
  6. Click Execute to execute the script.

Tip: See all script execution messages in the Output window.