We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d540cf + 2f31a0f commit 09d11e6Copy full SHA for 09d11e6
bootstrap.sh
@@ -52,6 +52,8 @@ GRANT ALL PRIVILEGES ON activerecord_unittest.* to 'rails'@'localhost';
52
GRANT ALL PRIVILEGES ON activerecord_unittest2.* to 'rails'@'localhost';
53
GRANT ALL PRIVILEGES ON inexistent_activerecord_unittest.* to 'rails'@'localhost';
54
SQL
55
+# To address `unable to connect to /tmp/mysql.sock` for trilogy
56
+echo "export MYSQL_SOCK=/var/run/mysqld/mysqld.sock" >> /home/vagrant/.bashrc
57
58
install 'Psych dependencies' libyaml-dev
59
install 'Nokogiri dependencies' libxml2 libxml2-dev libxslt1-dev
0 commit comments