Quote:
Originally Posted by jalal85
hi all..i wanna ask about this..i just download client and Db..running good..
now i need to make new account/ID..can i use navicat??
|
To use navicat to make an account run:
Code:
insert into account (name, password) values ('USERNAME',md5(concat('PASSWORD',char(0xA3,0xAC,0xA1,0xA3),"fdjf,jkgfkl")));
If you have a separate account database, run this on that database. If you only have one (my or my2) just run it as normal.
Quote:
Originally Posted by jalal85
and i need to use this account as
[PM] account..
if can..can sameone tell me how..plss..i need ur help
|
After you have made your character on your account run:
Code:
update cq_user set name = 'USER[PM]' where name = 'USER';
For more help on getting started running a server consider reviewing this guide:
[Only registered and activated users can see links. Click Here To Register...]. Both of these questions were answered throughout the thread (not just the first post).