Label: mysql

Content with label mysql in TeamCity 3.x Documentation (See content from all spaces)
Related Labels: admin, configure, external, utf, server, database, migrate

Page: Configuring UTF8 Character Set for MySQL
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 ...
Other labels: server, configure, utf, admin
Page: Migrating to an External Database
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 ...
Other labels: admin, migrate, external, database