mysqldump should be able to dump all the data to a file made up of
series of sql commands and it can make a csv file too, but I've never
used that feature.

http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html

this dump feature is also built into phpmyadmin.  It exports it to a
file with all the necessary sql commands to recreate the database (and
the data in it if you select that option) from scratch.

Paul

On 11/2/06, Peter Hartmann <[EMAIL PROTECTED]> wrote:
> Hey Paul,
> How hard would it be to export the data to a csv?  It would be nice to
> have something like that  just in case of disaster (on top of backing
> up the database of course) or for upgrading.
>
>
> Thanks,
> Peter
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Citrusdb-users mailing list
> Citrusdb-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/citrusdb-users
>


-- 
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users

Reply via email to