Skip to content
Snippets Groups Projects
Verified Commit d016500d authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Use mysqli_innodb as database type

parent afb21e11
No related branches found
No related tags found
No related merge requests found
<?php
$db_type = 'mysqli';
$db_type = 'mysqli_innodb';
$db_host = 'localhost';
$db_name = 'fluxbb';
$db_username = 'fluxbb';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment