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.
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/
bchurchwell
Member
Posted 3 years ago #
I know my MySQL version, but how do I check to see what my PHP version is?
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
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
Upgrading is the same whether you have one blog or a thousand.
http://codex.wordpress.org/Upgrading_WordPress
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?
bchurchwell
Member
Posted 3 years ago #
Ok, thanks, I'm going to try it then. Wish me luck.