If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Upgrading MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-05-08, 06:11
mike_bike_kite mike_bike_kite is offline
vaguely human
 
Join Date: Jun 2007
Location: London
Posts: 2,519
Upgrading MySQL

I have installed MySQL many times on various computers but I've never done an upgrade. I'm currently running MySQL version 5.0.18 on a remote Linux server but need to upgrade as I want to use the larger varchar sizes available in 5.0.3.

I couldn't find any docs on what commands to run how to do this - is there a web page for simpletons that explains it or can someone give me some commands?

Should I upgrade all the way to version 6?

Thanks for any suggestions.

Mike
Reply With Quote
  #2 (permalink)  
Old 10-05-08, 08:31
mike_bike_kite mike_bike_kite is offline
vaguely human
 
Join Date: Jun 2007
Location: London
Posts: 2,519
I got impatient and tried the following

Code:
apt-get update 
apt-get upgrade mysql
Which seemed to upgrade everything on the server (not just mysql) but things all seem to be working fine.

The good news is the mysql version went from 5.0.18 to 5.0.27 but it didn't go any further. I tried doing the above process again but nothing changed. What else do I need to do?

Mike
Reply With Quote
  #3 (permalink)  
Old 10-05-08, 08:44
mike_bike_kite mike_bike_kite is offline
vaguely human
 
Join Date: Jun 2007
Location: London
Posts: 2,519
It turns out I just didn't understand the numbering system. Version 5.0.27 is actually later than 5.0.3 - it's a shame they don't use leading zeros to help poor sods like me.

Mike

PS I seem to be playing connect 4 on my own thread but I guess that's cheating.
Reply With Quote
  #4 (permalink)  
Old 10-05-08, 08:53
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
*block*
__________________
George
Twitter | Blog
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On