####################################################
# Configure the access to the MySQL database server.

# Host of your MySQL server
host=localhost # <-- example

# Database name
db=tods10 # <-- example

# Your MySQL user name
user=tods10 # <-- example

# Your MySQL password
pwd=tods10 # <-- example
