1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

feat: separate mariadb driver (#4132)

* feat: separate mariadb driver
* chore: add mariadb install dump
This commit is contained in:
Sami Mazouz
2024-12-02 10:17:27 +01:00
committed by GitHub
parent d90573f8f1
commit 097a54289f
16 changed files with 465 additions and 63 deletions

View File

@@ -25,6 +25,7 @@
<label>Database Driver</label>
<select class="FormControl" name="dbDriver">
<option value="mysql">MySQL</option>
<option value="mariadb">MariaDB</option>
<option value="pgsql">PostgreSQL</option>
<option value="sqlite">SQLite</option>
</select>
@@ -35,7 +36,7 @@
<input class="FormControl" name="dbName" value="flarum">
</div>
<div data-group="mysql,pgsql">
<div data-group="mysql,mariadb,pgsql">
<div class="FormField">
<label>Host</label>
<input class="FormControl" name="dbHost" value="localhost">