- Mar
- Threads
- 136
- 267
- 4,211
- 93
- VDI Version
- 12.4
- Mysql Version
- 5.5
AD: Mt2009 - Mobile & PC - 30 January 2026 CHECK THE PRESENTATION!
To see the download links,
Log in or register now.
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
To see the download links,
Log in or register now.
To see the download links,
Log in or register now.
Hidden content
You need to reply to this thread in order to see this content.

