Comments - database export

1 year, 11 months ago Daniel Black

SELECT INTO OUTFILE for CSV/TSV like formats. mariadb-dump --xml is an XML format. Other formats can be achieved fairly easy with a programming language that can communicate to the database and generate the format easily.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.