|
All content with label mysql.
Related Labels:
oracle
, utf
, mssql
, database
, admin
, migration
, configure
, external
, 2005
, postgresql
, server
, migrate
Configuring UTF8 Character Set for MySQL
(TeamCity 4.x Documentation)
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 ...
|
Configuring UTF8 Character Set for MySQL
(TeamCity 3.x Documentation)
Configuring UTF8 Character Set for MySQL To 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 ...
|
Migrating to an External Database
(TeamCity 4.x Documentation)
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 ...
|
Migrating to an External Database
(TeamCity 3.x Documentation)
Migrating to an External Database 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 setup. However, we strongly ...
|
Setting up an External Database
(TeamCity 4.x Documentation)
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 ...
|
|
|