  Copyright (C) 2011 Appora contributors.
  Licenced under CC BY-SA 3.0
  (see <http://creativecommons.org/licenses/by-sa/3.0/>)

The mysql descriptors module reads data from a mysql database. To use this
module set the type key as follow:
type = "mysql"

host key
--------
Specifies the mysql server host.

port key (optionnal)
--------------------
Specifies the mysql server port. If omitted the default one (3306) is used.

user key
--------
Sets the user used to connect to the database.

password key
------------
Sets the user's password.

database key
------------
Specifies the name of the database to use.
