When I run the following simple query:
UPDATE tournaments SET player_clubs = '175,318' WHERE id = 3437;
It results in the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[MySQL][ODBC 5.1 Driver][mysqld-5.6.41-84.1-56-log]Lost connection to MySQL server during query
/grassroots/include/database_access.asp, line 66
If I open up mySQL Workbench and run the query directly against the DB it works just fine. Why?