We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f2ef8 commit 3fae094Copy full SHA for 3fae094
.travis.yml
@@ -20,6 +20,7 @@ before_install:
20
- |-
21
if [[ "$DB" == "MySQL" ]]
22
then
23
+ mysql -e "SHOW VARIABLES LIKE 'collation\_%';"
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
25
sudo service mysql restart
26
fi
0 commit comments