still only MySQL v4?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- still only MySQL v4?
still only MySQL v4?
18-10-2010 8:15 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
When I searched this forum to see if this question had been asked before I found a thread dated 2007 where a few people asked for v5:
http://community.plus.net/forum/index.php/topic,1932.0.html
Is Plusnet really that far behind, two years on and they area still on v4,


stuck
Re: still only MySQL v4?
19-10-2010 12:30 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
jelv (a.k.a Spoon Whittler) Why I have left Plusnet (warning: long post!) Broadband: Andrews & Arnold Home::1 (FTTC 80/20) Line rental: Pulse 8 Home Line Rental (£14.40/month) Mobile: iD mobile (£4/month) |
Re: still only MySQL v4?
19-10-2010 1:51 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
OK, I can live with that now that I know.
stuck
Re: still only MySQL v4?
26-01-2011 4:05 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: stuck Which is a polite way of saying it's never going to happen because there is no money in it.
We actually looked into this late last year, around November time IIRC.
Assuming we pick the work up this year, then you *can* expect an upgrade to MySQL 5 at some point.
We got as far as debating how we'd handle the switchover last time round. The way we saw it there were a few alternatives.
'Big bang' switchover
Communicate to customers that on a certain date in the future in an out of hours maintenance window, the SQL servers will be taken down, replaced with new hardware and upgraded to MySQL5. This is the quickest option but probably has the propensity to cause the most impact on customers/the support centre.
Run two full instances in parallel
Replace the current hardware in an out of hours maintenance window and take a cut of data. Bring the new server up with the MySQL 4 instance on the original server IP and also dump the data into a MySQL5 instance on a new IP for customers to test their sites against. After a predetermined period of time we could then make some DNS/server changes to point everything at the v5 instance.
Run two instances and rely on customers migrating their own data across
This would be the same as above, but instead of dumping every customers data in the MySQL5 instance, it would just be a blank database and it would be the customers responsibility to port their data across. They can then either delete their v4 database themselves or wait for us to decommission the service.
Virtualised platform
The least likely of the options, but something that was discussed nonetheless. It involved building a new virtualised platform to replace all of our dynamic hosting services including the CGI platform, MySQL and phpMyAdmin.
My personal preference would probably be the second option, however I have to admit to having never had any experience upgrading the MySQL database a site uses from v4 to v5?
If anyone has any thoughts/opinions then feel free to voice them and I'll make sure they get seen if/when the work is picked up again...
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Re: still only MySQL v4?
26-01-2011 9:53 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Either way, would be nice to have an update.
Re: still only MySQL v4?
05-07-2011 7:20 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
My impression is that the major changes following upgrade from v4.1 to 5.x concern the administration tables which are managed by Plusnet. However I believe customers will be faced with a password hash change from 16 to 41 characters. It might be possible to use a search and replace script to make that change in user code. However I think users should run that themselves (if desired) so they have a record of the changes.
Concerning managing of the upgrade I think my preference would be the third one in Bob's post Run two instances and rely on customers migrating their own data across. However I think a script needs to be provided to help users migrate their data. My thinking is based on the second option being not quite what is seems to be - ie at the instant of creation the v4.1 and v5.x databases will contain identical data, but subsequent changes to either database will *not* be replicated so they do not remain identical. If the v4.1 database remained as the master - as seems likely - that would have to be migrated again when the user decides to switch to v5.x permanently. Requiring the user to trial that process for initial testing will give confidence it should work for the final switch - and the user can change whenever he/she is ready.
David
Re: still only MySQL v4?
15-07-2011 10:06 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
So any progress on this?
Re: still only MySQL v4?
15-07-2011 1:22 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
However concerning passwords, having further researched this I don't think it will be necessary for users to change passwords entered on connect statements. The password hash might change but that would be internal to MySQL and handled by Plusnet.
Re: still only MySQL v4?
15-07-2011 1:30 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks for the options and looking into this.
I don't mind how the migration is done as long as there is enough notice to prepare for the move. I'm happy with moving data and configuration as it's part of my day job.
My main interest in moving to MySQL5 is the requirement for Wordpress 3.2 to run on it. Yes, I know it can be patched to 4.1 but if there's a new version that's been released for a while and is stable then it would be good to get onto it.
Re: still only MySQL v4?
02-08-2011 5:31 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: still only MySQL v4?
02-08-2011 6:38 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
It is possible to install WordPress 3.2.x using the version-requirement bypass mentioned in the Wordpress 3.2 stickied post at the top of this forum. However a different bypass would be needed for automated upgrades and upgraded files are likely to nullify the attempt. Manual upgrade should succeed, but is a more complex process.
Re: still only MySQL v4?
19-11-2011 9:51 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
thanks
Re: still only MySQL v4?
01-01-2012 12:10 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Too much pontificating, it is now time to bite the bullet and get on with it!
Andy
Re: still only MySQL v4?
03-01-2012 1:49 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

The only problem is the amount of time that mysql_upgrade will take to run, other than that I've progressively migrated from MySQL 3 to my current MySQL 5 setup with no hitches.
Option 3 is the logical one, but it will need revisiting when you have to chase the last few people off the very legacy server to turn it off.
Re: still only MySQL v4?
25-01-2012 8:21 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Please can you make some progress on the mysql upgrade ? It is difficult for us to stick to good security principles by keeping up to date with wordpress releases when the underlying database is the stumbling block.
Pete
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page