How to load file into mysql DB on a shared hosting platform?

Posted by Vasu on Stack Overflow See other posts from Stack Overflow or by Vasu
Published on 2010-04-26T11:10:33Z Indexed on 2010/04/26 11:13 UTC
Read the original article Hit count: 155

Filed under:
|
|
|

A process running on my machine collects data from various websites and stores it in the local mysql db. Same data is exported using SELECT INTO OUTFILE and FTPed to the shared host every few hours. My hosting provider doesn't allow LOAD DATA INFILE to be executed on the shared host? What are my other options for automated/scheduled load to MYSQL db on my shared host?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about php