From 57832ab0ea5c51064de51859242c55e3a93c88da Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:55:11 +1100 Subject: [PATCH] specify minimum mariadb version for ox_core --- pages/ox_core.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/ox_core.mdx b/pages/ox_core.mdx index 9acff0024..6d77e5ac0 100644 --- a/pages/ox_core.mdx +++ b/pages/ox_core.mdx @@ -32,7 +32,7 @@ We **strongly** recommend referring to [Guides](../guides) to setup necessary de ### Download the latest [release](https://github.com/overextended/ox_core/releases/latest) or build the source code. - Setup [Git](../guides/git), [Node.js](../guides/nodejs), and [pnpm](../guides/pnpm). -- Download and setup [MariaDB](https://mariadb.com/downloads/community/community-server/), if you do not already have a database server. +- Download and setup [MariaDB 11.4+](https://mariadb.com/downloads/community/community-server/). - Run the following commands in your CLI (e.g. Terminal, Command Prompt). ```bash