Skip to content

Commit 1f67568

Browse files
tests: update mysql version to mariadb 10.3.
1 parent 9532476 commit 1f67568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis/initializedb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ sudo docker cp $path/t/data/world.sql.gz mysqld:/tmp/world.sql.gz
8484
sudo docker exec mysqld /bin/sh -c "zcat /tmp/world.sql.gz | mysql -uroot"
8585

8686
mysql -uroot -e 'create database ngx_test;'
87-
mysql -uroot -e 'alter database ngx_test character set utf8mb4 collate utf8mb4_unicode_ci;
87+
mysql -uroot -e 'alter database ngx_test character set utf8mb4 collate utf8mb4_unicode_ci;'
8888
mysql -uroot -e 'create user "ngx_test"@"%" identified by "ngx_test";'
8989
mysql -uroot -e 'grant all on ngx_test.* to "ngx_test"@"%";'
9090

0 commit comments

Comments
 (0)