hello ragezone
i want ask about how to reset account data in UserLogin > db.Account
this the example image
http://s18.postimg.org/4v1rdfmq1/Untitled.jpg
thanks ragezone
Printable View
hello ragezone
i want ask about how to reset account data in UserLogin > db.Account
this the example image
http://s18.postimg.org/4v1rdfmq1/Untitled.jpg
thanks ragezone
You wanna delete all data in your table?, if is yes, in a new query:
In your database, UserLogin i think.Quote:
TRUNCATE TABLE Account
thanks john its help me
Are you asking how to wipe it. If so that is super simple. You can use a query to wipe the database or you can just click on the top right grey box and press delete.