- phpMyAdmin - Discussion
- phpMyAdmin - Useful Resources
- phpMyAdmin - Quick Guide
- phpMyAdmin - Plugins
- phpMyAdmin - Engines
- phpMyAdmin - Charsets
- phpMyAdmin - Variables
- phpMyAdmin - Replication
- phpMyAdmin - Binary Logs
- phpMyAdmin - Settings
- phpMyAdmin - Import
- phpMyAdmin - Export
- phpMyAdmin - User Accounts
- phpMyAdmin - Status
- phpMyAdmin - SQL
- phpMyAdmin - Databases
- phpMyAdmin vs MySQL Workbench
- phpMyAdmin - Pros & Cons
- phpMyAdmin - Features
- phpMyAdmin - Environment Setup
- phpMyAdmin - Overview
- phpMyAdmin - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
phpMyAdmin - Exports
phpMyAdmin provides an intuitive user interface to export database(s).
Cpck on Go button and phpMyAdmin will generate SQL required to create databases/tables and other relevant entities.
Instead of SQL, user can choose other popular options as well pke csv, json, yaml etc.
Now select the custom option and phpMyAdmin will show lots of options pke
Databases − A pst of databases to be selected. User can select multiple databases.
Output − Options to save output to a file with customization options pke name, charset, compression. It also provides options to skip large tables, rename exported databases/tables/columns and so on.
Format Specific Options − Options to display/hide comments, enclose export in a transaction, export views as tables, export metadata and database selection for compatabipties and so.
Object Creation Options − Options to add drop database/tables etc if exists, auto increment id, add create view, add create trigger statements, using backquotes to enclose table and column names etc.
Data Creation Options − Options to truncate table before insert delayed statements and insert ignore statements. Options to choose format while preparing sql for insert data, set the maximum length of created query, dump timestamp columns in UTC etc.