1
21.1 Legacy Series / Re: Installing MariaDB/MySQL system tables in '/var/db/mysql' fails
« on: April 12, 2021, 05:35:06 pm »
I figured out the issue.
FreeBSD 12.1 is end-of-life. I had to change the FreeBSD.conf to the following:
FreeBSD: {
url: "pkg+http://pkg.freebsd.org/FreeBSD:12:amd64/release_1",
enabled: yes
}
And then did pkg update, pkg upgrade, removed mariadb105-server, installed mariadb103-server.
Installed packages to be DOWNGRADED:
bash: 5.1.4_1 -> 5.0.11 [FreeBSD]
icu: 68.2,1 -> 64.2,1 [FreeBSD]
rsync: 3.2.3 -> 3.1.3_1 [FreeBSD]
xxhash: 0.8.0 -> 0.7.1 [FreeBSD]
zstd: 1.4.8 -> 1.4.3 [FreeBSD]
Mariadb103 is latest for 12.1 release.
Maybe OpnSense can put this as a check?
THanks
FreeBSD 12.1 is end-of-life. I had to change the FreeBSD.conf to the following:
FreeBSD: {
url: "pkg+http://pkg.freebsd.org/FreeBSD:12:amd64/release_1",
enabled: yes
}
And then did pkg update, pkg upgrade, removed mariadb105-server, installed mariadb103-server.
Installed packages to be DOWNGRADED:
bash: 5.1.4_1 -> 5.0.11 [FreeBSD]
icu: 68.2,1 -> 64.2,1 [FreeBSD]
rsync: 3.2.3 -> 3.1.3_1 [FreeBSD]
xxhash: 0.8.0 -> 0.7.1 [FreeBSD]
zstd: 1.4.8 -> 1.4.3 [FreeBSD]
Mariadb103 is latest for 12.1 release.
Maybe OpnSense can put this as a check?
THanks