Difference between revisions of "X-Cart:SQL errors"

From X-Cart 4 Classic
Jump to: navigation, search
(Created page with '==SQL errors== ===Got error 28 from storage engine=== This error appeared due to the lack of free space in the file system on the hard disc drive where MySQL is installed. The…')
 
Line 12: Line 12:
 
* if it is a one time error, then most likely it was caused by the MySQL srever restart
 
* if it is a one time error, then most likely it was caused by the MySQL srever restart
 
* also the problem may be caused by the low value of the max_allowed_packet option: http://kb.x-cart.com/article/the-size-of-the-data-package-being-transmitted-is-greater-than-maximum-allowed-by-the-server
 
* also the problem may be caused by the low value of the max_allowed_packet option: http://kb.x-cart.com/article/the-size-of-the-data-package-being-transmitted-is-greater-than-maximum-allowed-by-the-server
 +
 +
===Mysql connect(): Too many connections===
 +
 +
===MySQL server has gone away===
 +
 +
===SQL error when deleting products===
 +
 +
===The size of the data package being transmitted is greater than maximum allowed by the server===
 +
 +
===Unknown column 'xcart products.productid' in 'on clause'===
 +
 +
===User 'mysqluser' has exceeded the 'max questions' resource (current value: 50000)===
  
 
[[Category:X-Cart user manual]]
 
[[Category:X-Cart user manual]]

Revision as of 15:20, 3 February 2010

SQL errors

Got error 28 from storage engine

This error appeared due to the lack of free space in the file system on the hard disc drive where MySQL is installed. The solution is rather simple - to clean up some disc space.

Lost connection to MySQL server during query

This error message means that when executing the query the conenction with MySQL server was lost

Mysql connect(): Too many connections

MySQL server has gone away

SQL error when deleting products

The size of the data package being transmitted is greater than maximum allowed by the server

Unknown column 'xcart products.productid' in 'on clause'

User 'mysqluser' has exceeded the 'max questions' resource (current value: 50000)