Forum Moderators: open
I am wondering if it is possible to do this in one step to avoid the manual hassle ?
The feed comes in the form :
[website.com...] a bunch of data separated by "+" &f=a bunch of special tags
eg :
[website.com...]
Regards
Malcolm
Executing SQL Statements from a Text File [dev.mysql.com] - basically put your commands in a file and run the single command line to use the text file for the actions.
Use mysqlimport [dev.mysql.com] is pretty easy to do too.
Both of these would be much easier if you write a little script that executes them for you.