export mysql db by excluding some fields in phpmyadmin
by Ramshan[ Edit ] 2014-09-26 16:34:55
You can export mysql db by excluding
some fields. In some cases, we need to export the database content by excluding fields like id,etc,.
-- Just type the select query with fields you like to export.
-- Click "Export" icon in the bootom of the page under the title "Query results operations".
Now the DB content will get exported without ID field.