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 > MySQL DB 5.5 > 5.0.24

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-04-11, 07:05
JaseGW JaseGW is offline
Registered User
 
Join Date: Oct 2011
Posts: 1
MySQL DB 5.5 > 5.0.24

Hi.

Im a newbie so be gentle.

Here is my problem......

I have a MySQL DB that was dumped from v5.5 Windows.
I need to install/import it into v5.0.24a Linux (of sorts)

A guide or a how-to would be good!

I'll explain.
Have a Netgear ReadyNAS NV+ that has the earlier version installed, I have been searcing for a way to upgrade it to v5.5 but to no avail, this obviously would be the best way.
Netgear support bumped me as they say 'would have to be done via SSH and Netgear do not support that protocol'

I originally tried apt-get upgrade but it wanted to install an even earlier version, so aborted that.

So I'm now stuck, and looking for a solution.

Thanks.
Reply With Quote
  #2 (permalink)  
Old 10-04-11, 13:19
it-iss.com it-iss.com is offline
Registered User
 
Join Date: Sep 2009
Location: San Sebastian, Spain
Posts: 620
Hi, I would use the mysqldump utility to take a copy of the database you want to export. This results is a file with SQL statements to both recreate the table as well as insert the data into the various tables. The INSERT statements should follow the standard, there may be problems recreating the tables but if there are not so many this can be worked on on a case by case basis.
__________________
Ronan Cashell
Senior Oracle/MySQL DBA
http://www.it-iss.com
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