From 81594e4a2d424931d0e221e278543af012809fd3 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 12 Mar 2025 18:28:34 +0100 Subject: [PATCH] Issues: Prefer MySQLi --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7ad733aa..50c7aa4e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,7 @@ assignees: '' --- **Adminer version:** please use latest published or Git -**Driver:** e.g. MySQL -**Database version:** e.g. 10.1.48-MariaDB +**Driver:** e.g. MySQLi +**Database version:** e.g. 10.2.12-MariaDB Please provide reproducible steps including a SQL dump (with no personal information) if applicable.