[QUESTION] Server won't start..

10/13/2010 17:10 RumorUS#1
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

I did a reboot on my server and suddenly these messages just continuously loop... cannot login to server.

I restarted VPC, portmap, and hamachi and tried again to launch server. Now I get this:

[Only registered and activated users can see links. Click Here To Register...]
10/13/2010 17:14 ^_Ins4Ne_^#2
maybe you did something wrong in the configuration files are broken or the server you donwload the file server or other new normal
10/13/2010 17:24 RumorUS#3
I changed the name of the 6&7 bonus adders in "name" of item_proto@player because when I added the weird symbols into the item drop .txt into a boss box.. they would not come out when I open the box...

I also added some mob spawns in gm_guild_build and then after the reboot this started. I didn't change any config files..

Is there a way to fix that? or to back up my files and database before re-installing the server?
10/14/2010 00:32 RumorUS#4
I changed my "name" from "òØ¡¤Àç°¡ºñ¼*" and "òØ¡¤Àç°æºñ¼*" to "adder67" and "changer67" because I had trouble in my drops file... It ended up like this:

Code:
Group	È*·æÀÇ»óÀÚ				
{					
	Vnum	50080
	1	adder67*	1	1
	2	changer67*	1	1
	3	¹éÁøÁÖ		1	5
	4	ûÁøÁÖ 	1	5
	5	ÇÇÁøÁÖ		1	5
	5	µ·²Ù·¯¹Ì	500000	50
	6	µ·²Ù·¯¹Ì	800000	50
	6	µ·²Ù·¯¹Ì	900000	50
So to fix it, I had to start FreeBSD, login, and then type..

Code:
[COLOR="Blue"]mysql[/COLOR]
then..

Code:
[COLOR="Blue"]GRANT ALL PRIVILEGES ON[/COLOR] [COLOR="DarkGreen"]*.*[/COLOR] [COLOR="Red"]TO[/COLOR] [COLOR="Red"]'root'[/COLOR][COLOR="DarkGreen"]@[/COLOR][COLOR="Red"]'%'[/COLOR]

then..


Code:
[COLOR="Blue"]IDENTIFIED BY[/COLOR] [COLOR="Red"]'your_password'[/COLOR] [COLOR="Blue"]WITH GRANT OPTION;[/COLOR]

then..

Code:
[COLOR="Blue"]quit[/COLOR]
And to fix this:

[Only registered and activated users can see links. Click Here To Register...]

You must go to WINSCP -> usr/rain/channel/first/ and fix the CONFIG file.


Thanks to demon297 for English guide on MySQL.
[Only registered and activated users can see links. Click Here To Register...]
10/14/2010 01:52 [SA]Darkness#5
^-^