i know that freebsd users arent mostly game players but help with some basics please 
need to:
1-install mysql
	
	
	
		
2-create databases + connect with program
i dont know how???but i think we need this:
	
	
	
		
3- add to etc/rc.conf:
	
		
4-run sql
	
	
	
		
5-install mangos
	
	
	
		
6-extract maps
6-set mangos
use google to set mangos.conf/mangosd.conf
7-run mangos server
please,make this tutorial complete,i am
				
			need to:
1-install mysql
		Code:
	
	cd /usr/ports/databases/mysql50-server
make install clean
	2-create databases + connect with program
i dont know how???but i think we need this:
		Code:
	
	create database mangos;
create database realmd;
create database with max connection set (on example 255),port 3306,
	3- add to etc/rc.conf:
		Code:
	
	mysql50_enable=â€YESâ€
	4-run sql
		Code:
	
	/usr/local/etc/rc.d/mysql-server start
	5-install mangos
		Code:
	
	cd /usr/ports/games/mangos
make install clean
	6-extract maps
6-set mangos
use google to set mangos.conf/mangosd.conf
7-run mangos server
please,make this tutorial complete,i am