mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 23:01:29 +00:00
Try to fix mysql once again
This commit is contained in:
+1
-2
@@ -33,6 +33,7 @@ before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y libsodium-dev
|
||||
- pecl install libsodium
|
||||
- mysql_upgrade -u root
|
||||
- composer validate
|
||||
|
||||
install:
|
||||
@@ -44,8 +45,6 @@ install:
|
||||
|
||||
before_script:
|
||||
# Create mysql database and user.
|
||||
- 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;"
|
||||
- mysql -u root -e "SET GLOBAL innodb_large_prefix = 1;"
|
||||
|
||||
Reference in New Issue
Block a user