Jump to content
xRazor

SQL 2008 Accountserver hang

Recommended Posts

Hey!

It's been a while since i worked on any servers.

Was trying to set up one on my local machine, got stuck at one part.

 

//AccountServer Configuration

[net]
listen_port = 1656
listen_ip =  127.0.0.1			//(YOUR IP HERE) 监听IP地址,用于接受GroupServer的连入

[db]
dbserver = .\MSSQLSERVER			// IP Address Of Server Database
db = accountserver			// Database Name
userid = sa				// SQL Security Login
passwd = 				// Password = 

[bill]
enable_bill = 0
enable_passport= 0   			// 是否启用billing系统的passport
enable_kickuser = 0

//bill_server1 = 127.0.0.1:7243	//
//bill_server2 = 127.0.0.1:7243	//

[tom]
enable_tom = 0				// 

[gs]
GroupServerAndor = GroupServerAndor 	// 注册的GroupServer账号(格式为:“账号名” = “密码”)
GroupServerAndor1 = GroupServerAndor1 	// 注册的GroupServer账号(格式为:“账号名” = “密码”)
GroupServerAndor2 = GroupServerAndor2 	// 注册的GroupServer账号(格式为:“账号名” = “密码”)
GroupServerAndor5 = GroupServerAndor5 	// 注册的GroupServer账号(格式为:“账号名” = “密码”)
GroupServerAndor6 = GroupServerAndor6 	// 注册的GroupServer账号(格式为:“账号名” = “密码”)
enable_ping = 1             		// 与GroupServer是否启用 "Keep Alive"

So, this is my account server cfg.

Since i'm not using Express edition, i found my service name by running @@servicename, which is MSSQLSERVER

DB name does match accountserver, also i removed the password for sa user in my sql.

I'm really not sure what i'm doing wrong here.

Also, anyone still has the tool to create the password hash to use from the db?

Thanks!

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...