Label: server+utf

All content with label server+utf.
Related Labels: installation , pattern , configure , tfs , backup , troubleshooting , log , trigger , dump , admin , https , plugin , mysql , build , thread , guest , artifact , jabber , properties , more » ( - server , - utf )

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