PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |
Old March 3rd, 2006, 01:41 PM   #1 (permalink)
Member
 
Join Date: Oct 2005
Location: tn
Posts: 162
SQL Error

Code:
Content visible to verified customers only.
Any idea what this means or can if be fixed?

vb 3.5 and cmps 2.0 and VBGallery
cbr929rrerion is offline   Reply With Quote
Old March 3rd, 2006, 02:02 PM   #2 (permalink)
Registered User
Verified Customer
 
KW802's Avatar
 
Join Date: Nov 2005
Posts: 1,400
cbr929rrerion, You're getting a MySQL error during an update but where are you/what are you doing in vBGallery when you receive that error?
KW802 is offline   Reply With Quote
Old March 3rd, 2006, 02:05 PM   #3 (permalink)
Registered User
 
Zachariah's Avatar
 
Join Date: Nov 2005
Location: Canoga Park, CA
Posts: 3,244
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
MySQL Error : Lost connection to MySQL server during query
Error Number : 2013

Does this happen all the time ?
- Are there any problems listed w/ the host ? (Network status)

This is a server issue usaly. You need to contact your host about this.

http://www.mysql.com/doc/G/o/Gone_away.html
http://www.mysql.com/doc/C/o/Common_errors.html
http://www.mysql.com/doc/S/e/Server_parameters.html
http://www.mysql.com/doc/O/p/Option_files.html
http://www.mysql.com/doc/S/H/SHOW_VARIABLES.html

The most common reason for the MySQL server has gone away error

1. Is that the server timed out and closed the connection. By default, the server closes the connection after 8 hours or 28800 seconds if nothing has happened. You can change the time limit by setting the wait_timeout variable when you start mysqld via your server's /etc/my.cnf as well.

2. Another common reason to receive the MySQL server has gone away error is because you have issued a ``close'' on your MySQL connection and then tried to run a query on the closed connection. You can check that the MySQL hasn't died by executing mysqladmin version and examining the uptime.

i.e. to check mysql uptime, in shell as root user type:

mysqladmin -u root -p version

3. You can also get these errors if you send a query to the server that is incorrect or too large. If mysqld gets a packet that is too large or out of order, it assumes that something has gone wrong with the client and closes the connection. If you need big queries (for example, if you are working with big BLOB columns), you can increase the query limit by starting mysqld with the -O max_allowed_packet=# option (default 1M) or via max_allowed_packet variable in your /etc/my.cnf file and restarting mysql after you edited your /etc/my.cnf file. The extra memory is allocated on demand, so mysqld will use more memory only when you issue a big query or when mysqld must return a big result row

4. or simply your host restarted mysql .. I'd contact your web host

Last edited by Zachariah; March 3rd, 2006 at 02:16 PM.
Zachariah is offline   Reply With Quote
Old March 3rd, 2006, 02:56 PM   #4 (permalink)
Member
 
Join Date: Oct 2005
Location: tn
Posts: 162
Script : http://www.crotchrocketracing.com/sh...ted=1#post3810
Referrer : http://www.crotchrocketracing.com/sh...=2902#post2902

Code:
Content visible to verified customers only.
cbr929rrerion is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL Error Gottcha Photopost Pro Installation & Upgrades 3 October 10th, 2005 08:14 AM
SQL Error prodigy Classifieds Bug Reports 1 August 31st, 2005 09:55 AM
SQL Error digitalpoint Bugs - vBulletin 3.5.X 2 July 24th, 2005 09:21 PM
pp 5.1.1 sql error Fenriz Photopost Pro Bug Reports 5 June 11th, 2005 11:36 AM
SQL Error kevinrstruck Photopost Pro Installation & Upgrades 9 October 24th, 2004 08:44 AM


All times are GMT -5. The time now is 10:49 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0