Recommended Servers for MySQL
The world's most popular open source database
Contact a MySQL Representative
Login | Register
The following buttons are available when using the Script Editor:
Execute: Execute the script from the beginning and do not stop execution until the end of the script is reached.
Execute
Continue: Execute the script from the beginning (or current position) and stop for errors or break points.
Continue
Step: Execute the next statement, functions will be executed but not stepped into.
Step
Pause: Stops script execution and highlights on the next statement to be executed.
Pause
Stop: Stop execution of the script.
Stop