I tried to reset my database through phpmyadmin ,but its not working because relation exists in other tables.
i am in dev phase and i want to clear all my table records .
What will be the best way to achieve this ?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think one solution would be to export the database structure from within phpMyAdmin (of course you can also do this through your console/terminal), then drop the entire database and then recreate it from the exported file.