Hi, I have MySQL DB on "x" hosting. i want to copy it to "xx" hosting on another web server.
thanks
if you have phpmyadmin you can export the data and structure to a file.
Then on the new server create a database with the same name and import the data from the text file using phpmyadmin
yes i know. but i have Dial-up connection and the size of my db is 250 MB. i seek for another method to copy it to another server.