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.
2 parents 1c2ed0a + 249a982 commit 14e2430Copy full SHA for 14e2430
ci/travis.rb
@@ -3,6 +3,10 @@
3
include FileUtils
4
5
commands = [
6
+ 'mysql -e "create user rails@localhost;"',
7
+ 'mysql -e "grant all privileges on activerecord_unittest.* to rails@localhost;"',
8
+ 'mysql -e "grant all privileges on activerecord_unittest2.* to rails@localhost;"',
9
+ 'mysql -e "grant all privileges on inexistent_activerecord_unittest.* to rails@localhost;"',
10
'mysql -e "create database activerecord_unittest;"',
11
'mysql -e "create database activerecord_unittest2;"',
12
'psql -c "create database activerecord_unittest;" -U postgres',
0 commit comments