I have a database with my provider and my offline database using xampp
every now and again I need to update a table from xampp to my database with my provider
the tables are identical and both are big (approx 60,000 rows) what is the easiest way to update the table without exceeding or using all the max queries per hour (75,000)
I might not even hit that mark or I am not sure if using the import on the database counts towards that limit or not.
any suggestions are helpful.
thanks