mysql.yml

Introduction

In this file the credentials are entered to connect to a MySQL database. Instructions for connecting a database can be found here.

Configuration

OptionDescription

hostname

Hostname of the database. Default value: localhost

port

Port of the database. Default value: 3306

database

Database that is to be used. Default value: database

username

User who is to connect to the database. Default value: username

password

Password with which the user verifies. Default value: password

useSSL

Determines whether SSL should be used. Default value: true

Last updated