[How-To]Root Setup game.tar

09/25/2010 16:37 [SA]Darkness#1
PM for link for game.tar.gz

Put the game-18.09.2010.tar.gz into the directory below
PHP Code:
/usr 
Give Command
PHP Code:
cd /usr 
PHP Code:
tar -xf game-18.09.2010.tar.gz 
PM for MySql files

Now to install MySql

PHP Code:
cd /usr/ports/databases/mysql50-server
PHP Code:
make install WITH_XCHARSET=all clean 
PHP Code:
/usr/local/bin/mysql_install_db 
PHP Code:
chown -R mysql /var/db/mysql
PHP Code:
chgrp -R mysql /var/db/mysql
PHP Code:
/usr/local/bin/mysqld_safe –user=mysql & 
PHP Code:
/usr/local/bin/mysqladmin -u root password yourpassword 
Open rc.conf in /etc
or give command
PHP Code:
ee /etc/rc.conf 
Add
PHP Code:
mysql_enable="YES" 
The give command
PHP Code:
mysql -
Then Give command
PHP Code:
quit 
Put mysql-18.09.2010.tar into
PHP Code:
/var/db 
Then give the command
PHP Code:
cd /var/db 
tar 
-xf mysql-18.09.2010.tar 
Go to
PHP Code:
cd /root 
Give command
PHP Code:
ee start 
Type info below
PHP Code:
#!/bin/sh
cd /usr/game && ./start.sh 
Give command
PHP Code:
ee stop 
Type info below
PHP Code:
#!/bin/sh
cd /usr/game && ./stop.sh 
Now to add MySql for these server files

Give command
PHP Code:
mysql -u root 
Login

When loged in
PHP Code:
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' 
PHP Code:
IDENTIFIED BY 'your_password' WITH GRANT OPTION
Then add the metin host
PHP Code:
GRANT ALL PRIVILEGES ON *.* TO 'Hlg80'@'localhost' 
PHP Code:
IDENTIFIED BY 'NvVRw4r8l25eB54i5OUI' WITH GRANT OPTION
Now reboot
Wait to login
then give command
PHP Code:
./start 
You should be all set and game should start
PM me for questions

Give thanks if i helped
09/25/2010 23:37 emilee123#2
Already Confused

First part
02/12/2011 14:49 SticKyWoX#3
Thanks man...Worked :X