Monday, March 14, 2022

Finished FreeBSD11.1 64bit

 It's nothing special, but I have a ready-made VDI that everyone needs. Everything is already set up you just have to unpack your mysql and game.


FreeBSD 11.1 64bit


Data:
Login: root
Password: dev


MySQL :
Version: 5.6


[HOWTO]

Quote from Aze /..

Then you connect to your FTP client, upload your game.tar.gz in the path /home, your mysql.tar.gz in the path /var/db. Then open your console again and enter the following:


Code
  1. // Unpack game.tar.gz
  2. cd /home && tar -xf game.tar.gz
  3. // unpack mysql.tar.gz
  4. service mysql-server stop
  5. cd /var/db && tar -xf mysql.tar.gz
  6. service mysql-server start

If necessary, you can also give mysql 777 rights:cd /var/db && chmod -R 777 mysql

No comments:

Post a Comment