Hello, I have a dedicated server running windows 2003 + plesk. Yesterday, the OS had to be reinstalled on a new hard drive. All the files+databases are intact on the older hard drive. How do I move the mysql databases that are present on the older hard drive, onto the newer one? Remember, the newer one is running a fresh OS install. Help is greatly appreciated.
with mySql you simply have to copy the old files /data file to the new /data file. a.) Switch off MySql server b.) Backup or rename current new/data directory c.) copy old/data directory to new/data directory d.) Swith on MySql server e.) Test f.) If it fails you will need to "export " Full SQL data and Import it into the new harddrive. Give me green points if this helps you