Forum Moderators: phranque
I am updating an applications product data base
Shared linux hosting
0.5M upstream broadband connection
I believe these are hobby level facilities, but I cannot claim to be a pro till i can truely make a living at this.
Should i be able to do this faster, and would it be worthwhile getting improved hosting, or is this a tech set up isssue
Thanks
Actually.. I noticed you mentioning you broadband speed.... this suggests you have the data stored on your local machine, and loading the data remotely to mysql. This is a bad idea.... first FTP the file to the server then run it. That way you are not restricted to your connection speed.
But Phpmyadmin only browses my local pc to find files to import
I am not yet up to speed with LAMP systems , so how would I get my csv into mysql from an ftp folder in my hosting account ?
I know php can be confiured to run sql commands from a text file, but would rather not have to convert a massive csv to test sql commands
Cheers