
June 7th, 2000, 11:52 AM
|
|
Junior Member
|
|
Join Date: Apr 2000
Posts: 20
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
My server provider does not have the best backup system in place, so I would like to periodically save all the data from my table and table descriptions. Therefore if I need to reload info after a server crash I can use the LOAD INFILE feature. I do not have FILE priveldges so I can not use the SELECT * INTO OUTFILE method.
Any thoughts on the matter?
|