Is there a way to import data from another website to mysql
for example stats from another site and import to another site, but continue to import it every hour or so?
um, i think you're going to need a lot more than that
first of all, you will have to go and extract the data you want from that web site somehow, and generate a file
next, you're going to have to expand the LOAD DATA command to (1) identify the table you're loading into, (2) identify the file you've created, and (3) specify where the fields are
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.