• Hi,

    I am upgrading from v2.2.3 to v2.3, but I am getting the following db errors in the 3rd step..

    WordPress database error: [MySQL server has gone away]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘update_core’, ‘O:8:\”stdClass\”:3:{s:12:\”last_checked\”;i:1191058797;s:15:\”version_checked\”;s:3:\”2.3\”;s:8:\”response\”;s:6:\”latest\”;}’, ‘yes’)

    WordPress database error: [MySQL server has gone away]
    SHOW TABLES LIKE ‘wp_IMM-Glossary’

    WordPress database error: [MySQL server has gone away]
    SHOW TABLES;

    WordPress database error: [MySQL server has gone away]
    CREATE TABLE wp_IMM-Glossary ( ID INT UNSIGNED NOT NULL AUTO_INCREMENT , Title VARCHAR(255) NOT NULL , Definition TEXT NOT NULL , PRIMARY KEY ( ID ) )
    Query: SELECT ID FROM wp_users WHERE user_login = ‘admin’
    Error: MySQL server has gone away

    Looks like this is happening because of IMM-Glossary plugin, i am using. How can i get rid of this issue?
    Thanks for any help
    Cheers

Viewing 5 replies - 1 through 5 (of 5 total)
  • It seems more like your MySQL is not functioning correctly.

    Also make sure you disable plugins before doing the upgrade.

    Thread Starter purplecow

    (@purplecow)

    Thanks Michael.
    I have already upgraded without deactivating the plugins.
    I have also submitted a trouble ticket to my host regarding the mysql not functioning properly.

    Anything else, i could do to fix the issue?

    Thanks

    Thread Starter purplecow

    (@purplecow)

    Hi,

    mysql problem seems to be now fixed.

    My I am still getting some errors when the site loads.
    Please check http://www.hostorials.com for errors.

    Any help, greatly appreciated.

    Thanks & Cheers

    From your original post, it seems your database server went down right in the middle of upgrading. What luck!

    You might try forcing a database upgrade, but if that doesn’t work, I’d say you may have to resort to restoring your database backup.

    Thread Starter purplecow

    (@purplecow)

    Hi Michael,

    I am not a technical guy.
    I logged into my phpmyadmin and checked the wp_options table, but no option to modify the db_version.
    Any help greatly appreciated.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Upgrade from 2.2.3 to 2.3 is not happening – getting db erros’ is closed to new replies.