Label: admin+mysql+server

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

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