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

Member
Oct
Threads
0
37
0
6
HubMoney
200

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

A veces es necesario usar software antiguo debido a problemas de compatibilidad con el actual. Un caso frecuente en el servidor Metin2 es un servidor MySQL con diferencias entre las versiones de MySQL /MariaDB y las versiones /5.6 /8.0. Para evitar este problema, existe la posibilidad de instalar MySQL56-server y MySQL56-client en cualquier versión de FreeBSD hasta 14 x64.

Para hacer esto simplemente haga lo siguiente:
1. descargar los archivos
[Contenido oculto]
Coloque sftp ftp en su servidor y siga los pasos 2. 3. 4.

2. instalar mysql56

[CÓDIGO]pkg install mysql56-client-5.6.51.pkg mysql56-server-5.6.51.pkg[/CÓDIGO]
3. Verifique si los archivos de la biblioteca ya están instalados

[CÓDIGO]find / -iname "libssl.so.111" && find / -iname "libcrypto.so.111"[/CÓDIGO]
Este comando debería dar este resultado tal como están instalados

[CÓDIGO]/usr/lib/libssl.so.111
/lib/libcrypto.so.111[/CÓDIGO]
Si no muestra nada significa que tenemos que instalarlos manualmente

[CÓDIGO]tar -xzf libs_64bit_mysql.tgz -C /[/CÓDIGO]
(para Freebsd de 32 bits utilice libs_32bit_mysql.tgz)

3.Ahora tenemos instalado MySQL56 y procedemos como estándar.

[CÓDIGO]sysrc mysql_enable=SÍ
servicio mysql-server inicio
instalación segura de mysql[/CÓDIGO]
El resto se hace exactamente igual que con cualquier otro servidor mysql, luego solo hay que agregar el usuario e instalar las bases de datos.
el
 
Member
Jun
Threads
0
19
1
3
HubMoney
398
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.
ty