1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-04 19:51:39 +02:00

[ticket/17176] More minor cleanup after recent changes to db versions

PHPBB3-17176
This commit is contained in:
Marc Alexander
2023-08-20 10:08:28 +02:00
parent ac9659c38f
commit 826aeb7111
2 changed files with 3 additions and 3 deletions

View File

@@ -22,5 +22,5 @@ fi
if [ "$MYISAM" == '1' ]
then
mysql -h 127.0.0.1 -u root -e 'SET GLOBAL storage_engine=MyISAM;'
mysql -h 127.0.0.1 -u root -e 'SET GLOBAL default_storage_engine=MyISAM;'
fi