Hello,
I have changed hosting companies. I have a database table with almost 100,000 records. It's about 11 MB in size.
With the new hosting company I....
1) do not have Shell access to run MySQL dump, and
2) I do not have FTP access to the database folder.
PHPMy Admin will not transfer the sql file of this size.
Does anybody know of a php script method to transfer the table contents on the database on the server?
In other words is it possible to transfer via FTP a sql dump file into my web space and then run a php script that will write the contents to the database?
I could split the the dump file into sizes that PHPMyAdmin could handle but that would be time consuming at the moment.
Any thoughts appreciated.
Brian MacCoilin