I was wondering if someone can maybe help me, I am trying to upload a mysql insert command and then get the error
Microsoft OLE DB Provider for ODBC Drivers error ‘80004005’
[MySQL][ODBC 5.1 Driver][mysqld-5.0.45-community-nt]MySQL server has gone away
In some files it works perfect, but I suspect with this one the file insert is bigger than the others that works
Any ideas would be appreciated
I have finally solved the problem, Thanks CT for your participation…
The problem is I have increased the memory allocation for Mysql by setting max_allowed_packet and some other setting…
However it seems like I actually needed to keep these settings the same and increase the memory on the server… or actually decrease the max_allowed_packet size.
I opted for the last one and reduced the max_allowed_packet size and now it works 100%