Install mysql56-server on any FreeBSD _i386 /x64 | FreeBSD - SQL | Page 40 | Metin2Hub | Metin2 Forum Platform
  • 🎉 Hey there! I've just launched my brand new server voting platform — Metin2 P Servers 🚀

Member
Jun
Threads
0
79
1
8
HubMoney
532

AD: Mt2009 - Mobile & PC - 30 January 2026 CHECK THE PRESENTATION!

Sometimes there is a need to use older software because there are compatibility problems with the current one. Often such a case in the metin2 server is a mysql server where there are differences between versions of mysql /mariadb and releases /5.6 /8.0. To avoid this hassle there is a way to install mysql56-server mysql56-client on any release of Freebsd up to 14 x64.

To do this just do the following:
1. download the files
[Hidden content]
put in sftp ftp to ur server and follow 2. 3. 4. step

2. install mysql56

Code:
pkg install mysql56-client-5.6.51.pkg mysql56-server-5.6.51.pkg
3. check if the library files are already installed

Code:
find / -iname "libssl.so.111" && find / -iname "libcrypto.so.111"
this command should this result as they are installed

Code:
/usr/lib/libssl.so.111
/lib/libcrypto.so.111
If it shows nothing means that we have to install them manually

Code:
tar -xzf libs_64bit_mysql.tgz -C /
(for Freebsd 32bit use libs_32bit_mysql.tgz )

3.now we have mysql56 installed and proceed as standard

Code:
sysrc mysql_enable=YES
service mysql-server start
mysql_secure_installation
The rest is done exactly the same as with any other mysql server, then just add the user and install the databases.
thank man
 
Member
Jul
Threads
0
1
0
1
HubMoney
13
Czasami zachodzi potrzeba korzystania ze starszego oprogramowania ze względu na problemy z kompatybilnością z obecnym. Często takim przypadkiem jest serwer MySQL w metin2, gdzie występują różnice między wersjami MySQL /mariadb a wersjami /5.6 /8.0. Aby uniknąć tego problemu, istnieje możliwość zainstalowania pakietu mysql56-server lub mysql56-client na dowolnej wersji FreeBSD, do wersji 14 x64.

Aby to zrobić wystarczy wykonać następujące czynności:
1. pobierz pliki
[Ukryta treść]
połącz się z serwerem sftp i wykonaj kroki 2, 3, 4

2. zainstaluj mysql56

Code:
pkg install mysql56-client-5.6.51.pkg mysql56-server-5.6.51.pkg
3. Sprawdź, czy pliki biblioteki są już zainstalowane

[KOD]znajdź / -iname "libssl.so.111" i znajdź / -iname "libcrypto.so.111"[/KOD]
to polecenie powinno dać taki wynik, jak po zainstalowaniu

[KOD]/usr/lib/libssl.so.111
/lib/libcrypto.so.111[/KOD]
Jeśli nic nie widać, oznacza to, że musimy zainstalować je ręcznie

[KOD]tar -xzf libs_64bit_mysql.tgz -C /[/KOD]
(dla FreeBSD 32bit użyj libs_32bit_mysql.tgz)

3. Teraz mamy zainstalowany MySQL56 i postępujemy standardowo

[KOD]sysrc mysql_enable=TAK
usługa mysql-server start
instalacja mysql_secure[/CODE]
Resztę wykonujemy tak samo, jak w przypadku każdego innego serwera MySQL, następnie dodajemy użytkownika i instalujemy bazy danych.
Dzięki