Update to newer wamp
Posted by: Rirre (---.tbcn.telia.com)
Date: January 14, 2009 06:48PM

Hi,

is there anyway to save everything I have in MySQL so I can keep updates with Wamp Server?
Is it C:\wamp\bin\mysql\mysql5.0.45\data I should save then?



Edited 1 time(s). Last edit at 01/14/2009 06:49PM by Rirre.

Options: ReplyQuote
Re: Update to newer wamp
Posted by: Mchl (79.191.9.---)
Date: January 14, 2009 10:47PM

If you're going to move from MySQL 5.0.x to 5.1.x I would discourage such practice (it's been working fine for me when moving data between same versions of MySQL).

Use mysqldump (or phpMyAdmin export feature, or MySQL GUI tools backup feature) to export all your data to text SQL file. You can then load the file into new installation of MySQL (or use phpMyAdmin import feature, or MySQL GUI Tools restore feature) winking smiley

Options: ReplyQuote


Sorry, only registered users may post in this forum.