- How do I fix the error: "MYSQL SERVER HAS GONE AWAY"?
- The MySQL server has gone away (error 2006) occurs when a large set of data is inserted into the database. Normally this happens when storing cached data in the gfw_cache table. There...
- I'm Getting MySQL Error [1615] - Prepared statement needs to be re-prepared.
- This error is an on-going issue with MySQL. This error occurs when the tables are busy, e.g. during a site backup, or an update. Usually this error will be self fixed in the Gahela Database code, as it...
- I'm getting the MySQL Error: 1104 - The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay
- This error happens when the MySQL indexes are corrupt. To fix this go to Tools -> Database and run the following queries: OPTIMIZE TABLE gfw_product_attribute_variants;...
1 to 3 of 3