
May 17th, 2000, 04:40 PM
|
|
Junior Member
|
|
Join Date: May 2000
Posts: 10
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by dalida:
Hi,
I am going to change provider next month and I would like to know if there is a way to copy all the entries I have in my databases and simply paste then in my account with my new provider. Did someone have this problem
before?
Thanks![/quote]
Hi,
I'm not sure about what you really want to do, but if you're going to change your equipment and want to move your mysql data to the new machine, I sugest you to dump the databases.
As I don't know the architecture of both machines, what operating system and MySQL release they run, the safest way is using mysqldump which will create a text file with all databases creates and inserts instructions.
Just make sure you will have enough disk space to dump the files.
Bye,
G.Bubani
|