Label: mysql+admin

Content with label mysql+admin in TeamCity 3.x Documentation (See content from all spaces)
Related Labels: change , compatible , database , account , cleanup , statistics , filter , trigger , map , starteam , external , quiet , permission , build , guest , artifact , authentication , vcs , assign , more » ( - mysql , - admin )

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 ...
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 ...