SQL Server sevice manager (Help!)

Mu online season 21 - grand opening

twigletuk

Golden Oldie
Golden Oldie
Oct 17, 2005
589
8
155
Crewe Cheshire
I dont no the Server: or Service Any ideas where i could Find these?:) Please post Any ideas Thnx

IMAGE

1zog50k.jpg


\DarkLord-SorceryMaster
 

Kaori

LOMCN MiR3 Queen!
VIP
Jun 3, 2004
3,584
38
265
Canada
is it installed properly?

check control panel, administrative tools, services
do you see MSSQLSERVER? is it started?
 
Upvote 0

Tom27

Golden Oldie
Golden Oldie
Sep 15, 2005
1,877
78
185
Norwich
Ash you've not set up your DB names & Passwords correctly in the server files.

Setup.txt!

[SQL]
UseSQL=TRUE
SQLHost=(Removed for personal reasons)
SQLUsername=sa (Usually set to 'sa')
SQLPassword=password (Create a password what you wont forget.)
SQLDatabase=TheLegendOfMir (Database Name)
SQLType=mssql (Make sure this bit is correct too, either MSSQL or MYSQL)
SQLPort=3306
SQLCharDatabase=TheLegendOfMir (Server Name)

Also DBServer Folder > dbsrc.txt!

[SQL]
SQLType=mssql (Make sure this again, is MSSQL or MYSQL)
SQLHost=(Removed for personal reasons)
SQLPort=3306
SQLDatabase=TheLegendOfMir (Put your Database name here)
SQLUsername=sa (This is again, usually set to 'sa')
SQLPassword=Password (Create a password what you can remember)

Obviously on the post I have changed my database names & passwords for my own personal reasons.

Hope this helps.
 
Last edited:
Upvote 0