How would i go about emptying my whole database
Accounts/Characters etc so the database is literally empty just like new xD
Cheers
Printable View
How would i go about emptying my whole database
Accounts/Characters etc so the database is literally empty just like new xD
Cheers
Delete the accounts in the mysql database.
Delete the characters and names in the server database. They should be somewhere like /PWServer/gamedbd/ and /PWServer/uniquenamed
These threads here might help.
http://forum.ragezone.com/f452/perfe...tabase-770188/
http://forum.ragezone.com/f452/clean...tabase-746001/
Backup anything you delete first though so you can restore it if you screw up.
Thanks for the reply
Yep figured it out the server side the rest helped its all sorted thanks for the help ^_^
delete the dbdata AND dblogs, because else gamedbd might try to recreate parts of the data from the logs
Just remove/delete DBO in MySQL
&
remove/delete dbdata and dblogs in gamedbd/dbhomewdb