#
MySQL
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
'''
Authentication is bypassed using skip-grant-tables