|
Content with label mysql in TeamCity 4.x Documentation (See content from all spaces)
Related Labels:
oracle
, utf
, admin
, mssql
, database
, configure
, migration
, external
, 2005
, postgresql
, server
, migrate
Configuring UTF8 Character Set for MySQL
create a MySQL database which uses the utf8 character set: # Create a new database: CREATE DATABASE <database name> DEFAULT CHARACTER SET utf8 # Open {{<TeamCity data directory> TeamCity Data Directory/config/database.properties}}, and add the {{characterEncoding ...
|
Migrating to an External Database
Consider adding a link to the TC 3.0 Full Migration process By default, TeamCity runs using an internal database that uses the HSQLDB database engine. The internal database suits evaluation purposes since it works out of the box and requires no additional ...
|
Setting up an External Database
TeamCity supports MySQL, PostgreSQL, Oracle and MS SQL 2005 databases. This page covers external database setup for the first use with TeamCity. If you evaluated TeamCity with internal database and want to preserve the data while switching to an external database ...
|
|
|