Label: server+mysql

All content with label server+mysql.
Related Labels: database , tfs , trigger , admin , dump , plugin , external , build , guest , postgresql , artifact , jabber , e-mail , authentication , extend , property , draft , vcs , gmail , more » ( - server , - mysql )

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