how can i reset my database (all sql files in phpadmin)

N e s s

New member
Messages
202
Points
0
Age
33
how can i reset my database in my php admin? without no lost of account and items? thanks in advance!

 
use 

TRUNCATE `table_name`;
do this for all the table that you want to reset.

 
use 

TRUNCATE `table_name`;
do this for all the table that you want to reset.
sir do you think if i reset elemental db this bug will be fixed now?

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
make a backup, reset, test, if not fixed, re-import the backup

 
make a backup, reset, test, if not fixed, re-import the backup
how to do that sir ? newbie
default_smile.png


 
You can directly do a full database clonation (not an effective backup but will do the job) on the latest PhpMyAdmin versions by using the operations or tools tab (not sure, not using the English PhpMyAdmin version but there's a wrench icon on it) inside a DB.

Anyways, I honestly think your question is incomplete. You want to delete ALL but accounts, characters (I suppose) and items? What about guilds, homunculi and pets, or even the account, character and server vars? And so on with other questions related to other possible valuable data.

 
Last edited by a moderator:
Back
Top