• We were upgrading using the link on the main administration page. Unfortunately, no backup was made. We were using an older version of MySQL4 which, after a considerable portion of the upgrade was complete, was detected by the installer. We now have a half-baked installation. We have used our provider’s utilities to convert the database to MySQL5. There seem to be multiple databases and the names are different. Before we had “wp”. Now we have “fpcknox_blog”, “fpcknox_main”, and “fpcknox_surebuilder”. The last file seems to be empty.

    I have the code to change the parameters in the wp-config.php file for the DB_NAME and DB_HOST (‘localhost:/tmp/mysql5.sock’ to point to the MySQL5 services). The “fpcknox” portion of the filenames is our domain name that the conversion routine probably added. I did not do the conversion so I am not certain where the other portion of the name came from. My puzzlement is why there are now three. If I had to make a wild guess I would use “fpcknox_main”. That database has 16 tables.

    Any insight on how to proceed from here would be appreciated. Specifically, which filename to use and what, if anything, is needed to complete the update.

    Thanks!

Viewing 1 replies (of 1 total)
  • are you still able to see your data? by this I mean like when you go to your website, are your data still intact? or website still working?
    or if partially working, can you still see the posts you’ve made etc.?

    if so, it still fetches the data in the correct database. can you go to your wp-config.php file and check this portion:

    /** The name of the database for WordPress */
    define('DB_NAME', 'the database name for your blog');

    and take note of the database name that your blog is using and backup that database.

    otherwise, you can check the databases you mentioned manually and determine which database is your blog using if you can still access them. if the file is empty, then sure it’s the database you’re using unless of course if your blog is empty.

    the tables that wordpress creates is 15 if i’m not mistaken and grows depending on the plugins you install.

Viewing 1 replies (of 1 total)
  • The topic ‘Aborted upgrade due to DB version’ is closed to new replies.