Skip to content

Commit 1782aaa

Browse files
committed
Set collation to utf8_general_ci
1 parent fc2ee47 commit 1782aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_install:
2121
- |-
2222
if [[ "$DB" == "MySQL" ]]
2323
then
24-
echo -e '[server]\nlower_case_table_names=1' | sudo tee -a /etc/mysql/my.cnf
24+
echo -e '[server]\nlower_case_table_names=1\n[mysqld]\ncharacter-set-server=utf8\ncollation-server=utf8_general_ci' | sudo tee -a /etc/mysql/my.cnf
2525
sudo service mysql restart
2626
fi
2727
- |-

0 commit comments

Comments
 (0)