Exporting out of Mysql?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Exporting out of Mysql?

Post by JPlush76 »

I remember there was a command that lets you export your database or table into a tab delimated text file that you can open in excel, etc..

anyone know what that is?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

if you don't want to use another frontend for mysql, there's a commandline tool within the distribution called mysqldump
Post Reply