Jump to content

?FreeBSD 13.2 and MySQL 5.6?


Go to solution Solved by TMP4,

Recommended Posts

Hello,

does anyone know, how to install mysql5.6 on FreeBSD 13.2?

I haven't found a single repo, from where I could take it + I haven't found any usefull informations on this topic. Instalation from ports alreads fails on "mysql56-server-5.6.51 cannot install: unknown MySQL version: 56."

Most of SF can't be run on MySQL 5.7, so I'm looking for your advices 🙏

Link to comment
Share on other sites

Even 10.6 is for most SF too much, same as 10.5 and MySQL 5.7..

And If I would install lower version on my OVH VPS, let's say FreeBSD 12.4, I wouldn't have DNS, DHCP and sometimes mount is fucked up.. And if I install 13.2 and take all network settings, I'm still getting no connections what's so ever

13.2 has no issues at all.. 

Link to comment
Share on other sites

  • Contributor
  • Solution
On 7/12/2023 at 8:43 PM, 7teendev said:

Even 10.6 is for most SF too much, same as 10.5 and MySQL 5.7..

And If I would install lower version on my OVH VPS, let's say FreeBSD 12.4, I wouldn't have DNS, DHCP and sometimes mount is fucked up.. And if I install 13.2 and take all network settings, I'm still getting no connections what's so ever

13.2 has no issues at all.. 

This is the hidden content, please

There's a readme inside. Tested on 13.1 and 13.2. Probably won't work on 14.x

  • Metin2 Dev 204
  • kekw 1
  • Eyes 4
  • Good 62
  • muscle 1
  • Love 14
  • Love 101
Link to comment
Share on other sites

  • 4 months later...

This is not possible by official way.. Mysql 5.6 is deleted from repo, because is not supported anyway.  Mysql 5.7 is now too outdated (October 21, 2023 end life)

You have 2 options:

1.  Use mysql8 and wrap some database tables (here is no sense to use old mysql - its something like using rain with 404 core..)
2. Use mariadb - also I too using mariadb (10.6) and works like a charm.. I never had any problem with that option

When you have problem with some mysql versions on your server, Im 100% sure this is not problem from mysql..

if you are interesting I can give you easy tutorial for install and settings mariadb (I can with source changes - lib - c connector -> this is not necessary but recommend it.)

Edited by Filachilla
Link to comment
Share on other sites

  • 4 months later...

#1 Open for Edit

/etc/pkg/FreeBSD.conf

#########

 

#2 Change URL


Freebsd 12 i386: https://pkg.freebsd.org/FreeBSD:12:i386/release_4/
Freebsd 12 amd64: https://pkg.freebsd.org/FreeBSD:12:amd64/release_4/
Freebsd 13 i386: https://pkg.freebsd.org/FreeBSD:13:i386/release_2/
Freebsd 13 amd64: https://pkg.freebsd.org/FreeBSD:13:amd64/release_2/

#########

 

#3
pkg update

#########

 

#4
pkg install mysql56-server

#########

  • Metin2 Dev 1
  • Love 2
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.