Thread
:
Formmail data to a .CSV file
View Single Post
10-22-2003, 12:42 PM
#
14
(
permalink
)
fishfreek
Administrator
Join Date: 10-13-03
Location: Virginia
Posts: 2,073
iTrader:
0
/ 0%
Latest Blog:
None
To use the command line interface to export the database to a CSV file try this.
[code:1:8dea7bc730]mysqldump -u (username) -p (password) -T (directory_to_place_output) --fields-terminated-by=',' (db_name) (table_name)[/code:1:8dea7bc730]
fishfreek
View Public Profile
Send a private message to fishfreek
Find More Posts by fishfreek