Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

sql problem need some help please

Initiate Mage
Joined
Oct 12, 2018
Messages
4
Reaction score
0
I have compiled source 4.3

I have restore DB is ok but when I add user atum it's impossible to cheek the box's I receive one error
" this user already exists in the current database "
Thanks for help a strong newbie :/
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Oct 9, 2012
Messages
226
Reaction score
76
Maybe exist in database but as long as its new mssql server it does not exist there. Anyway even if you got error user was added to server users
 
Upvote 0
Initiate Mage
Joined
Oct 12, 2018
Messages
4
Reaction score
0
Resolved whit this solution found on the web, but I post it

USE myDB EXEC sp_change_users_login 'Auto_Fix', 'myUser'

So I have again one problem

The server control panel make successful connection whit DB and not the server :/

I have rebuild projet for change IP xor and nothing
 
Upvote 0
Initiate Mage
Joined
Oct 12, 2018
Messages
4
Reaction score
0
Yes Eugenechavez

I have tested account atum whit SQL manager studio whit ID atum PSW callweb it work correctly

when I run preserver I have this error in the log :

[DB Error] fail to connect DBServer(CPreIOCP::IOCPInit_) !! 192.168.0.10,1433 atum2_db_account : Wrong DB Password

I think to have correctly make PSW & ID xored in the file

Sry I'm really newbies


But to create a server is really very interesting, I had to create a server 4.2 but I had an
unresolved bug so I wanted to try to make a server in 4.3
 
Upvote 0
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Upvote 0
Back
Top