Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
d016500d
Verified
Commit
d016500d
authored
Feb 17, 2021
by
Jelle van der Waa
🚧
Browse files
Use mysqli_innodb as database type
parent
afb21e11
Pipeline
#5278
passed with stage
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/fluxbb/templates/config.php.j2
View file @
d016500d
<?php
$db_type
=
'mysqli'
;
$db_type
=
'mysqli
_innodb
'
;
$db_host
=
'localhost'
;
$db_name
=
'fluxbb'
;
$db_username
=
'fluxbb'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment