How can I backup my database or table? ΒΆ
Click on a database or table name in the navigation panel, the properties will be displayed. Then on the menu, click "Export", you can dump the structure, the data, or both. This will generate standard SQL statements that can be used to recreate your database/table. You will need to choose "Save as file", so that phpMyAdmin can transmit the resulting dump to your station. Depending on your PHP configuration, you will see options to compress the dump. See also the $cfg['ExecTimeLimit']
configuration variable. For additional help on this subject, look for the word "dump" in this document.