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

Member
Jan
Threads
0
65
0
6

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

有时需要使用较旧的软件,因为与当前软件存在兼容性问题。通常,metin2 服务器中的情况是 mysql 服务器,其中 mysql /mariadb 和 /5.6 /8.0 版本之间存在差异。为了避免这种麻烦,有一种方法可以在Freebsd的任何版本上安装mysql56-server,mysql56-client,最高版本为14 x64。

为此,只需执行以下操作:
1. 下载文件
[隐藏内容]
将 SFTP FTP 放入您的服务器并按照 2.3. 4.步

2. 安装mysql56

[代码]pkg 安装mysql56-client-5.6.51.pkg mysql56-server-5.6.51.pkg[/代码]
3. 检查库文件是否已安装

[代码]查找 / -iname “libssl.so.111” && 查找 / -iname “libcrypto.so.111”[/代码]
此命令应在安装时产生此结果

[代码]/usr/lib/libssl.so.111
/lib/libcrypto.so.111[/代码]
如果什么都没有显示,则意味着我们必须手动安装它们

[代码]tar -xzf libs_64bit_mysql.tgz -C /[/代码]
(对于 Freebsd 32 位,请使用 libs_32bit_mysql.tgz )

3.现在我们已经安装了mysql56并按标准进行

[代码]sysrc mysql_enable=是
服务 mysql-server 启动
mysql_secure_installation[/代码]
其余部分与任何其他mysql服务器完全相同,然后只需添加用户并安装数据库。
谢谢
 
Jun
Threads
0
103
0
16
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.
gg
 
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