How can ai export database through PhpMyAdmin
but I need to export it as file that I run in PHP , such as here.
the reason I need it this way is because I can create stuff faster this way.
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.
The method varies depending on the version of PHPMyAdmin you’re using.
Older Version
Select the database you want to export and click on the ‘Export’ tab.
Click ‘select all’ above the table list, and uncheck the ‘Data’ field on the right hand side of the page.
Make sure the output format is set to SQL, and uncheck the ‘Save as File’ field if you just want to copy and paste the output.
Click ‘Go’.
Newer, AJAX Version
Select the database you want to export and click on the ‘Export’ tab.
Select the ‘Custom’ option, click ‘Select All’ above the list of tables that appears.
Select the ‘Save as File’ option if you want to save the output, otherwise leave it as-is to copy and paste it.
Under ‘Format specific options’, select the ‘Structure’ option.
Click ‘Go’.