When the FF client is started with a configuration that includes a database name that does not exist in the MySQL instance, an error occurrs.
In contrast, the database should be created if it does not exist.
Here the configuration used:
<connection driver="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost/FastFix" db="FastFix" user="fastfix" password="fastfix" cache="300"></connection>
Former ticket Nr. 663