Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    Join Date
    Apr 2007
    Posts
    98
    Plugin Contributions
    0

    Default Another 2006 MySQL server has gone away issue

    Everytime I try to go into admin area, this same message will appear :


    WARNING: The Admin Activity Log table has records over 2 months old and should be cleaned ... 04-01-2009 2006 MySQL server has gone away
    in:
    [select * from coupon_gv_queue where release_flag='N']
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    2006 MySQL server has gone away
    in:
    [select count(*) as total from sessions where sesskey = 'dc397e233f26bb9f6f496b2d33fe162e']
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    Its been a while since I last logged into the admin area. It just suddenly happened. I did not do any change or upgrades as far as I can remember. The site in public mode works just fine (browsing, putting orders etc.)

    Version : 1.3.7 (if not mistaken, already forgotten)
    Hosting company : Malaysia Hosting 2 U
    My Website : www.radiomeal.com

  2. #2

    Default Re: Another 2006 MySQL server has gone away issue

    There are two options:
    • there are too many rows in those tables (common for sessions table, uncommon for coupon_gv_queuetable)
    • table structure is damaged (common error for all tables)


    Log in to phpmyadmin or similar tool and execute:
    PHP Code:
    TRUNCATE table sessions;
    REPAIR TABLE sessions;
    REPAIR TABLE coupon_gv_queuetable
    Should work. If it won't help execute also:
    PHP Code:
    SELECT count(*) FROM coupon_gv_queuetable
    And write here how many rows this table has. You can also execute
    PHP Code:
    SHOW CREATE TABLE coupon_gv_queuetable
    and copy it here.

    If it does help consider switching to innodb tables (especially in case of sessions table).

  3. #3
    Join Date
    Apr 2007
    Posts
    98
    Plugin Contributions
    0

    Default Re: Another 2006 MySQL server has gone away issue

    OK I can log into myphpadmin, but I don't know how to execute that command. A total newbie here

  4. #4

    Default Re: Another 2006 MySQL server has gone away issue

    There should be "SQL" button at top of the right panel. Click it and paste above 'queries' into it one by one (hit "GO" for each query).

  5. #5
    Join Date
    Apr 2007
    Posts
    98
    Plugin Contributions
    0

    Default Re: Another 2006 MySQL server has gone away issue

    OK I got it executed successfully but it did not help to solve the problem. I still get the same message when trying to login.

    BTW, this is what it shows when executing the SHOW CREATE TABLE command

    coupon_gv_queue CREATE TABLE `coupon_gv_queue` (
    `unique_id` int...

  6. #6

    Default Re: Another 2006 MySQL server has gone away issue

    There should be more output from SHOW CREATE TABLE. I'm mostly looking for character encoding, some versions of mysql does not support RLIKE against columns with ucs2 (AFAIR) character set.

  7. #7
    Join Date
    Apr 2007
    Posts
    98
    Plugin Contributions
    0

    Default Re: Another 2006 MySQL server has gone away issue

    Well, that's the one I got from my phpadmin though. Not sure if I got it wrong.

  8. #8
    Join Date
    Apr 2007
    Posts
    98
    Plugin Contributions
    0

    Default Re: Another 2006 MySQL server has gone away issue

    Hi, could somebody help with this issue? I can't go into my admin CP because of this...

  9. #9
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Another 2006 MySQL server has gone away issue

    I can get to your shop ...

    I can get to the login page for your Zen Cart admin ...

    What is it that you cannot get to?

    When you say you cannot get to the admin CP do you mean the Zen Cart Admin? Or do you mean your domain control panel?

    If you mean the Zen Cart Admin, do you get the login screen?

    You need more details ... in one section it sounds like a problem with your Control Panel from your hosting provider (in which case you need to speak to them) and in another that you are having issues with your Zen Cart Admin ...

    Type slowly now, I do not read fast ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #10
    Join Date
    Apr 2007
    Posts
    98
    Plugin Contributions
    0

    Default Re: Another 2006 MySQL server has gone away issue

    Hi Linda,

    Yes, I cannot log into my Zen Cart Admin. I can see the login screen, but whenever trying to login with my username and password, I will get the message like what I mentioned in my first post of this thread.

    Help...!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. A 2006 MySQL server has gone away issue
    By trafficzombie in forum General Questions
    Replies: 1
    Last Post: 10 Jul 2009, 04:11 PM
  2. 2006 MySQL server has gone away
    By margaret lear in forum General Questions
    Replies: 1
    Last Post: 23 Apr 2009, 12:46 PM
  3. 2006 MySQL server has gone away
    By cuysan in forum General Questions
    Replies: 4
    Last Post: 26 Feb 2009, 01:30 AM
  4. 2006 MySQL server has gone away
    By picowico in forum General Questions
    Replies: 2
    Last Post: 1 Feb 2009, 12:17 AM

Posting Permissions

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