mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 23:01:29 +00:00
Removing innodb_file_format as it's deprecated
This commit is contained in:
@@ -32,9 +32,7 @@ jobs:
|
||||
run: chmod -R 777 storage bootstrap/cache
|
||||
- name: Create Database
|
||||
run: |
|
||||
mysql -h 127.0.0.1 -u root -e "show variables like 'innodb_fast_shutdown';"
|
||||
mysql -h 127.0.0.1 -u root -e "SET GLOBAL innodb_file_per_table = 1;"
|
||||
mysql -h 127.0.0.1 -u root -e "SET GLOBAL innodb_file_format = BARRACUDA;"
|
||||
mysql -h 127.0.0.1 -u root -e "SET GLOBAL innodb_large_prefix = 1;"
|
||||
mysql -h 127.0.0.1 -u root -e "CREATE DATABASE TEST;"
|
||||
mysql -h 127.0.0.1 -u root -e "GRANT ALL ON TEST.* TO 'TEST'@'localhost' IDENTIFIED BY 'TEST';"
|
||||
|
||||
Reference in New Issue
Block a user