The hoster will not make any changes to any standard setup of MySQL, PHP, or phpMyAdmin. Since I am using shared hosting, they have told me they don't modify files for individual accounts to keep their cost down.
The only way I can think of to load many rows of data on-line is to dump the table structure on-line and create a table on my pc using my version of phpMyAdmin. I can upload the .cvs file to my local table and then dump the data into a .sql file that I can upload on-line. I believe this will work but what a pain.
Does anyone have any other suggestions for uploading many rows of data when you don't have any access to the setup files?
CollegeFan