Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in MySQL only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
MySQL
dump data outfile????
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
picaza
#1
dump data outfile????
Jul 20 '05, 12:37 AM
hi,
is there a way to dump just data to a file similar to the way "load data
infile" reads data?
tia,
peter
pekka
#2
Jul 20 '05, 12:37 AM
Re: dump data outfile????
hi
yes, there is:
select * from <file> into outfile "file.out";
picaza wrote:
[color=blue]
> hi,
>
> is there a way to dump just data to a file similar to the way "load data
> infile" reads data?
>
> tia,
> peter
>[/color]
--
pexi
Outoa, kaikki älykkäät ihmiset ovat samaa mieltä kanssani.
Comment
Post
Cancel
picaza
#3
Jul 20 '05, 12:37 AM
Re: dump data outfile????
pekka wrote:
[color=blue]
> select * from <file> into outfile "file.out";[/color]
thanks,
i also found the "dump" function in the perl DBI mod.
peter
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment