# MySQL

Package Versions Base image
mysql 8.0.36 Installation script

To speed up boot time, optional services are disabled.

Start mysql in the .turbo_test.toml configuration file:

.turbo_test.toml
[before_test_run]
commands = '''
sudo systemctl start mysql
'''