Label: server+configure+utf

Content with label server+configure+utf in TeamCity 3.x Documentation (See content from all spaces)
Related Labels: pattern , concept , backup , account , troubleshooting , filter , trigger , log , template , dump , admin , https , plugin , labeling , mysql , directory , label , notification , thread , more » ( - server , - configure , - utf )

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