The final dialog in the MySQL Server Instance Config Wizard is the Confirmation Dialog. To start the configuration process, click the Execute button. To return to a previous dialog, click the Back button. To exit the MySQL Server Instance Config Wizard without configuring the server, click the Cancel button.
After you click the Execute button, the MySQL Server Instance Config Wizard performs a series of tasks and displays the progress onscreen as the tasks are performed.
The MySQL Server Instance Config Wizard first determines
configuration file options based on your choices using a
template prepared by MySQL developers and engineers. This
template is named my-template.ini
and is
located in your server installation directory.
The MySQL Config Wizard then writes these options to the corresponding configuration file.
If you chose to create a service for the MySQL server, the MySQL Server Instance Config Wizard creates and starts the service. If you are reconfiguring an existing service, the MySQL Server Instance Config Wizard restarts the service to apply your configuration changes.
If you chose to set a root
password, the
MySQL Config Wizard connects to the server, sets your new
root
password, and applies any other security
settings you may have selected.
After the MySQL Server Instance Config Wizard has completed its tasks, it displays a summary. Click the Finish button to exit the MySQL Server Config Wizard.
User Comments
The wizard will sometimes report that the service did not start.
One should manually check to determine if the service is running with services.msc or command line NET START.
Add your own comment.