Label: mysql+configure

Content with label mysql+configure in TeamCity 3.x Documentation (See content from all spaces)
Related Labels: database , concept , account , trigger , filter , template , admin , labeling , external , label , directory , build , notification , root , guest , reference , install , utf , authentication , more » ( - mysql , - configure )

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