How do you export tables from phpMyAdmin as plain text table format?
Posted
by Haroldo
on Stack Overflow
See other posts from Stack Overflow
or by Haroldo
Published on 2010-04-29T15:18:43Z
Indexed on
2010/04/29
15:37 UTC
Read the original article
Hit count: 250
mysql
|phpmyadmin
I've been through most of the export formats and can't seem to find it.
I'd like to be able to export tables visually like in this answer:
id | name | name
----------------
1 | One | Partridge
2 | Two | Turtle Doves
3 | Three| French Hens
4 | Four | NULL
© Stack Overflow or respective owner