The following topic describes how to configure TrackStudio for use with a MySQL database management system.
shell> mysql -u root
mysql> create database trackstudio character set utf8; mysql> commit; mysql> use trackstudio;
hibernate.dialect org.hibernate.dialect.MySQLInnoDBDialect
hibernate.connection.driver_class com.mysql.jdbc.Driver
hibernate.connection.url jdbc:mysql://localhost/trackstudio?useUnicode=true
&characterEncoding=UTF-8&autoReconnect=true
hibernate.connection.username root
hibernate.connection.password
shell>mysql -u root -p trackstudio <"trackstudio-mysql.sql"