Label: server+mysql+admin

Content with label server+mysql+admin in TeamCity 3.x Documentation (See content from all spaces)
Related Labels: change , database , compatible , account , cleanup , statistics , trigger , filter , map , dump , starteam , plugin , external , quiet , build , permission , guest , artifact , authentication , more » ( - server , - 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 ...