mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
And again
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ install:
|
||||
|
||||
before_script:
|
||||
# Create mysql database and user.
|
||||
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('test') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
||||
- echo "USE mysql;\nUPDATE user SET password='test' WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
||||
- mysql_upgrade -u root -ptest
|
||||
- mysql -u root -e "SET GLOBAL innodb_file_per_table = 1;"
|
||||
- mysql -u root -e "SET GLOBAL innodb_file_format = BARRACUDA;"
|
||||
|
||||
Reference in New Issue
Block a user