mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Fix mysql recipe
This commit is contained in:
parent
e131ddda97
commit
4b3da8a106
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export PHPBB_TEST_DBPASSWD=''
|
||||||
export PHPBB_TEST_TABLE_PREFIX='phpbb_'
|
export PHPBB_TEST_TABLE_PREFIX='phpbb_'
|
||||||
export DOCKER_LINK='--link mysql:mysql'
|
export DOCKER_LINK='--link mysql:mysql'
|
||||||
|
|
||||||
function start {
|
function start_db {
|
||||||
cat <<EOL > /tmp/phpbb.cnf
|
cat <<EOL > /tmp/phpbb.cnf
|
||||||
[mysqld]
|
[mysqld]
|
||||||
default-storage-engine=MyISAM
|
default-storage-engine=MyISAM
|
||||||
|
|
Loading…
Add table
Reference in a new issue