I am trying to upload large (20M😎 text files to a MySQL database. MySQLAdmin allows me to readily upload small files (<2M😎 and I'm looking for a way to do it for larger files.
The original files are of 5 columns with tab delimiting, or I can import them into Access and manipulate them there.
Can anyone point me in the right direction on how I can upload these files using PHP - or by any other means. Ideally I'd like something anyone can use to upload the files, but I'll settle for some means that I do myself as and when required.
Thanks
Steve