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

Member
Sep
Threads
0
38
2
8
HubMoney
350

View attachment 1634
View attachment 1635
View attachment 1636
View attachment 1637
View attachment 1638
View attachment 1639
View attachment 1640 View attachment 1641 View attachment 1642 View attachment 1643 View attachment 1644 View attachment 1645 View attachment 1646 View attachment 1647 View attachment 1648
Code:
Packages
pkg install -y boost-all devil gcc gcc9 gcc10 gcc48 llvm llvm-devel gmake makedepend ccache subversion mariadb103-server gdb openssl python python3 python27 mysql56-client mysql56-server cryptopp
Code:
FreeBsd
usr/src/server/Extern/cryptopp >>>>>>>>>> gmake libcryptopp.a -j20
usr/src/server/Server/>>>>>>>>>>>>>>>>>gmake all -j20

/usr/src/server/Server
gmake clean
Code:
Putty
pkg install mysql56-server mysql56-client
mysqladmin -u root -p 12345
mysql -u root -p
Enter your pass
GRANT ALL PRIVILEGES ON *.* TO root@"%"
IDENTIFIED BY '12345' WITH GRANT OPTION;
quit

/usr/local/etc/rc.d/mysql-server stop
mysqld_safe --skip-grant-tables &
mysql -u root
use mysql;
update user set password=PASSWORD("12345") where User='root';
flush privileges;
quit


[Hidden content]
ty
 
Member
Jul
Threads
0
71
0
6
HubMoney
575

View attachment 1634
View attachment 1635
View attachment 1636
View attachment 1637
View attachment 1638
View attachment 1639
View attachment 1640 View attachment 1641 View attachment 1642 View attachment 1643 View attachment 1644 View attachment 1645 View attachment 1646 View attachment 1647 View attachment 1648
Code:
Packages
pkg install -y boost-all devil gcc gcc9 gcc10 gcc48 llvm llvm-devel gmake makedepend ccache subversion mariadb103-server gdb openssl python python3 python27 mysql56-client mysql56-server cryptopp
Code:
FreeBsd
usr/src/server/Extern/cryptopp >>>>>>>>>> gmake libcryptopp.a -j20
usr/src/server/Server/>>>>>>>>>>>>>>>>>gmake all -j20

/usr/src/server/Server
gmake clean
Code:
Putty
pkg install mysql56-server mysql56-client
mysqladmin -u root -p 12345
mysql -u root -p
Enter your pass
GRANT ALL PRIVILEGES ON *.* TO root@"%"
IDENTIFIED BY '12345' WITH GRANT OPTION;
quit

/usr/local/etc/rc.d/mysql-server stop
mysqld_safe --skip-grant-tables &
mysql -u root
use mysql;
update user set password=PASSWORD("12345") where User='root';
flush privileges;
quit


[Hidden content]
top