Skip to content

Commit

Permalink
fix: force mariadb to 10.11
Browse files Browse the repository at this point in the history
Fixes unknown charset (0)
  • Loading branch information
CorwinDev authored Feb 26, 2024
1 parent 65ac615 commit 94afbf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apt -y install software-properties-common curl apt-transport-https ca-certificat
LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version="mariadb-10.11"
apt update
Expand Down Expand Up @@ -64,7 +64,7 @@ apt update -y
apt install -y php8.2 php8.2-{common,cli,gd,mysql,mbstring,bcmath,xml,fpm,curl,zip}
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version="mariadb-10.11"
apt install -y mariadb-server nginx tar unzip git redis-server
```
Expand Down

0 comments on commit 94afbf3

Please sign in to comment.