|
To export data from MySQL database using phpMyAdmin, follow the procedure below. - Log-in to phpMyAdmin using your database credential. ( Using PhpMyAdmin )
- Select your database name from drop down menu in left frame.
- Click on Export tab at the top on right frame.
- Click on SELECT ALL in Export section to select all tables or select required table.
- Select the desired export format in Export section.
- Select check box in Structure tab section to include table structure
- Select check box in Data tab section to include all data within table
- Select check box in Save as file section and enter file name.
- Click on GO
|