Dump your cq_account table to keep the existing accounts (some accounts only work with some databases so your account folder now might not work with the new one)
if you are wanting to keep eudemons i wouldnt recommend it because that would require you to keep your cq_user table...otherwise the rankings would be useless haha and the problem with keeping the cq_user is that you need to manually configure the accounts to their characters...quite alot of work.
basically saying the only table really worth keeping in a database switch is your cq_account in my opinion.
keeping legions, eudemons, business partners, and families would all require you to have the existing users.
switching databases causes for tons of work on the owners side in compensating (if you are planning on compensating for losses) so just keep that in mind. good luck hope that helped haha
there must be away to copy the required info and then insert into the new db
Example my Db cq_eudemon, cq_user, account, extract them to batch files and then run in the new db, will this work?
it might but just remember you will have to check the file structure of the new database to make sure it matches with your old database otherwise it will cause major issues.
it might but just remember you will have to check the file structure of the new database to make sure it matches with your old database otherwise it will cause major issues.
both Db are are structured in the same way, which information is most important to carry over to the new 1 then.
nothing is more easy than renaming the directory with your old db to my_old for example and doing left-join insert-select on new my folder you created.
here comes the query:
Code:
insert into my.cq_user
select * from my_old.cq_user old
left join my.cq_user new on new.id = old.id
where new.id = null
you can use this on all tables that hold user data like cq_eudemons, cq_item, cq_...
i undersatnd what forcer is saying but i need help in what to keep from the old db, so i can have same legion,account,family,euds,donations,pet ranks,friends,bussiness partners,and users.
Changing IP to NA? 04/27/2010 - Dekaron - 1 Replies How do i change my ip to Na?
Changing DBs to x-x-x 03/19/2010 - Conquer Online 2 - 4 Replies Where can I find the Dbs to Stanchers thing, also does this still work. If so, cant i just change the type of the item to make it whatever I want xD?
Changing IP 08/21/2009 - Browsergames - 6 Replies Resetting my router doesn't change my IP, so is there any other way I can use a bot to level up some of my brutes? Are there bots that use proxies or something?
Changing PW 03/18/2009 - SRO Private Server - 0 Replies Hello guys .
How can i change password on vip server? :O
Thanks^