PDA

View Full Version : transfering MYSQL data


adac
01-31-2006, 11:58 PM
I'm new to MySQL. I need to transfer to another server. How do I transfer the MySQL data between the old and new server?

Psyclones
02-01-2006, 08:48 AM
does your server run on a php system?

if so access the phpAdmin of your site and export your database. this will create a sql file which you can upload to the server`s phpAdmin and execute the sql.

hope this helps
Psyclones

adac
02-01-2006, 05:08 PM
Yes, I think this does help. I use SQL Server for the most part and it has something similar.

Thanks