Forums

Mixing WordPress Versions? (9 posts)

  1. bchurchwell
    Member
    Posted 3 years ago #

    Can I have two different versions of WordPress on separate sites on the same host?
    I have a server running WordPress 2.3.1, and I'd like to try the latest version, but I only have one server.
    Can I mix versions between two sites? They both would be using the same MySQL & PHP.
    A simple yes or no would be good enough.
    Thanks.

  2. Jeremy Clark
    Moderator
    Posted 3 years ago #

    Yes you can as long as your mysql and php versions are up to what the latest version requires.

    http://codex.wordpress.org/Installing_Multiple_Blogs
    http://wordpress.org/about/requirements/

  3. bchurchwell
    Member
    Posted 3 years ago #

    I know my MySQL version, but how do I check to see what my PHP version is?

  4. Jeremy Clark
    Moderator
    Posted 3 years ago #

    an easy way is to create a new file name it test.php and put this into it.

    <html>
    <body>
    <?php phpinfo(); ?>
    </body>
    </html>

    then upload the file and point your browser to it on your website. Or if you have access to the server shell you could run
    php -v

  5. bchurchwell
    Member
    Posted 3 years ago #

    Cool, thanks for the info, I will checkout:
    http://codex.wordpress.org/Installing_Multiple_Blogs
    I have multi Blogs running now on the same server, but I want to upgrade Word Press on one. If this is not what you responded to, please let me know, otherwise I'm headed to your link.
    Thanks

  6. Jeremy Clark
    Moderator
    Posted 3 years ago #

    Upgrading is the same whether you have one blog or a thousand.
    http://codex.wordpress.org/Upgrading_WordPress

  7. bchurchwell
    Member
    Posted 3 years ago #

    I'm sorry if I sound stupid, but let me repeat the question....
    I only want to do a WordPress upgrade on one of my Blogs (I know how). All my Blogs use the same MySQL & PHP. Will I mess things up if I leave some of my Blogs with the older version of WordPress?

  8. Jeremy Clark
    Moderator
    Posted 3 years ago #

    No it wont

  9. bchurchwell
    Member
    Posted 3 years ago #

    Ok, thanks, I'm going to try it then. Wish me luck.

Topic Closed

This topic has been closed to new replies.

About this Topic