~matsubara/charms/trusty/mysql/bug-1410847

« back to all changes in this revision

Viewing changes to hooks/config-changed

  • Committer: James Page
  • Date: 2014-04-15 13:37:46 UTC
  • mfrom: (116.1.1 mysql-utf-8)
  • Revision ID: james.page@canonical.com-20140415133746-j1ngqsxpiu9owdho
[triball,r=james-page,r=marcoceppi] Set default collation to utf8 by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
281
281
# ssl-cert=/etc/mysql/server-cert.pem
282
282
# ssl-key=/etc/mysql/server-key.pem
283
283
 
284
 
 
 
284
#
 
285
# * Encoding
 
286
#
 
287
# Set all the tables to utf8 by default.
 
288
collation-server = utf8_general_ci
 
289
init-connect='SET NAMES utf8'
 
290
character-set-server = utf8
285
291
 
286
292
[mysqldump]
287
293
quick