• 🎉 Hey there! I've just launched my brand new server voting platform — Metin2 P Servers 🚀

Member
Aug
Threads
0
10
0
1
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.
thanks
 
Member
Aug
Threads
0
13
0
1
Às vezes, é necessário usar software mais antigo porque há problemas de compatibilidade com o atual. Frequentemente, esse caso no servidor metin2 é um servidor mysql onde há diferenças entre as versões do mysql /mariadb e as versões /5.6 /8.0. Para evitar esse incômodo, há uma maneira de instalar mysql56-server mysql56-client em qualquer versão do Freebsd até 14 x64.

Para fazer isso, basta fazer o seguinte:
1. baixe os arquivos
[Conteúdo oculto]
coloque em sftp ftp para seu servidor e siga 2. 3. 4. passo

2. instalar mysql56

[CÓDIGO]pacote de instalação mysql56-client-5.6.51.pkg mysql56-server-5.6.51.pkg[/CÓDIGO]
3. verifique se os arquivos da biblioteca já estão instalados

[CÓDIGO]encontrar / -iname "libssl.so.111" && encontrar / -iname "libcrypto.so.111"[/CÓDIGO]
este comando deve resultar quando eles forem instalados

[CÓDIGO]/usr/lib/libssl.so.111
/lib/libcrypto.so.111[/CÓDIGO]
Se não mostrar nada significa que temos que instalá-los manualmente

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

3. agora temos o mysql56 instalado e prosseguimos normalmente

[CÓDIGO]sysrc mysql_enable=SIM
serviço mysql-server start
mysql_secure_installation[/CÓDIGO]
O resto é feito exatamente da mesma forma que em qualquer outro servidor mysql, depois é só adicionar o usuário e instalar os bancos de dados.
tx
 
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock