Jump to content
Sign in to follow this  
Dyaz901

Request Help ,Prob with sql 2012(Creating Account)

Recommended Posts

Can any one help me with teamviewer , i got a problem with creating a new account(i cant execute that command 

USE AccountServer; INSERT INTO account_login (name, password) VALUES ('PKODev', 'E10ADC3949BA59ABBE56E057F20F883E')

USE GameDB; INSERT INTO account (act_id, act_name, gm) VALUES ((SELECT MAX(act_id) + 1 FROM account), 'PKODev', 99);

 

,and a set up on Configs of sv, because i got an error like Account Server Hang if i put the pass of sql login (that MD5 one)

Share this post


Link to post
Share on other sites

Hello @Dyaz901!

 

What error when you are creating a new account?

 

Цитата

,and a set up on Configs of sv, because i got an error like Account Server Hang if i put the pass of sql login (that MD5 one)

Not MD5. You should use these programs to encrypt password in .cfg:

or

 


Share this post


Link to post
Share on other sites
5 hours ago, V3ct0r said:

Hello @Dyaz901!

 

What error when you are creating a new account?

 

Not MD5. You should use these programs to encrypt password in .cfg:

or

I have solved that problem, thx ,but i got another problem , Whith local host ip its work inside of Pc but i cant share to my frend ,,and if i try to use a hamachi ip or no-ip in Sv files , i got error... 

 

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.

Sign in to follow this  

×
×
  • Create New...