The following topic describes how to configure TrackStudio for use with a MySQL database management system.
shell> mysql -u root
mysql> create database trackstudio; 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/tse?autoReconnect=true hibernate.connection.username root hibernate.connection.password
shell>mysql -u root -p trackstudio <"trackstudio-mysql.sql"
Copyright (c) 2002-2006. All rights reserved.
|
What do you think about this topic? Send feedback!
|