for example :
mysql
table (data)
id | File
-------------
0 | THIS COLUMN
i want to put all the text files(1-56) contents into only one column.
do you think this is the best way to deal with it ? see the flow
pwr.gz (local dir) ---> splitted(56 files) --->upload to Mysql ---> fetch (output to output.txt) at server side(where this script reside) ---> download from web.