Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: MySQL server has gone away

  1. #1
    Join Date
    Sep 2007
    Posts
    2

    Default MySQL server has gone away

    After installing Vshare thinking it was going to work i keep getting the following error when the cron is run,

    ERROR: Unable to execute query

    SELECT * from `process_queue` WHERE status=2

    MySQL server has gone away

    ive tried the fix vshare_2.4_fix_20070827 however this hasnt made any diffrence at all.

  2. #2
    Join Date
    Sep 2007
    Posts
    17

    Default Re: MySQL server has gone away

    I am having the same problem
    Code:
    ERROR: Unable to execute query
    
    INSERT INTO `process_queue` SET
    		file='Default.wmv',
    		title ='test',
    		description='tersts',
    		keywords='test',
    		channels='1',
    		type='public',
    		user='vshare',
    		user_ip='66.XX.X.XX',
    		status=2
    
    MySQL server has gone away
    I am not getting this error with a cron job, but when I try to upload a video.

  3. #3
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: MySQL server has gone away

    Quote Originally Posted by cruise
    MySQL server has gone away
    This error is due to MySQL server down. Do a google search on "MySQL server has gone away" you will get reason for this error. It is a server problem.

  4. #4
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: MySQL server has gone away

    Quote Originally Posted by RyanC
    I am having the same problem
    Code:
    ERROR: Unable to execute query
    
    INSERT INTO `process_queue` SET
    		file='Default.wmv',
    		title ='test',
    		description='tersts',
    		keywords='test',
    		channels='1',
    		type='public',
    		user='vshare',
    		user_ip='66.XX.X.XX',
    		status=2
    
    MySQL server has gone away
    I am not getting this error with a cron job, but when I try to upload a video.
    Can you check if table - process_queue is created in your phpMyAdmin ?

    This is upgrade or fresh install ?

    What is site url ?

  5. #5
    Join Date
    Sep 2007
    Posts
    17

    Default Re: MySQL server has gone away

    Ok thanks I e-mailed my server management team.

  6. #6
    Join Date
    Sep 2007
    Posts
    17

    Default Re: MySQL server has gone away

    It is a fresh install..

  7. #7
    Join Date
    Sep 2007
    Posts
    17

    Default Re: MySQL server has gone away


  8. #8
    Join Date
    Sep 2007
    Posts
    17

    Default Re: MySQL server has gone away

    I found this on the MySQL Dev site which I think may be the problem?

    "You can also get these errors if you send a query to the server that is incorrect or too large. If mysql receives 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 setting the server's max_allowed_packet variable, which has a default value of 1MB. You may also need to increase the maximum packet size on the client end. More information on setting the packet size is given in Section B.1.2.9, “Packet too large”."

  9. #9
    Join Date
    Sep 2007
    Posts
    17

    Default Re: MySQL server has gone away


    Here is the packsize, don't know if that helps.

  10. #10
    Join Date
    Sep 2007
    Posts
    17

    Default Re: MySQL server has gone away

    I just tried to upload a video that was 6.57mb which is below 10mb and it did the samething. I just had my server admin team upgrade my mysql and then I realized that I could upload videos anymore so I had them downgrade it back to what it was. Did a fresh install of the script and got the error above. They also upgraded my apache as well, I had them reverse all of that. So that is where I think the problems are coming from.

Page 1 of 2 12 LastLast

Similar Threads

  1. VideoSwiper Now Supports Server 2 Server Video Transfers
    By videoswiper in forum General Discussions
    Replies: 1
    Last Post: 11-18-2008, 07:42 AM
  2. MySql CPU Overload
    By tugacari in forum Bug Reports
    Replies: 4
    Last Post: 07-31-2008, 06:06 PM
  3. MySQL server has gone away
    By dotcom in forum Installation Support
    Replies: 4
    Last Post: 06-05-2008, 10:40 AM
  4. Question about MySQL query
    By tnuriel in forum General Discussions
    Replies: 1
    Last Post: 04-19-2008, 05:37 AM
  5. MySQL server has gone away
    By vatsan in forum Installation Support
    Replies: 1
    Last Post: 04-17-2008, 05:38 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •