I have a DB on GoDaddy and I want to move it to an other host. Can I take the back-up of the DB and Restore it to a MySQL on another host?
Yes, you can do that. Export your database using phpMyAdmin and import it phpMyAdmin on the other host.
Thanks, it worked great. I'm a MSSQL developer, but I'm really liking mySQL and PHP Admin. Nice and easy to use.
MySQL is really easy to work with. There are also many front end tools available for MySQL as an alternative to phpMyAdmin.
The MySQL went great, however it was a wordpress intall I was moving and that did not go to well. but that is a post for another forum. Moving word press is a little more tricking then move files, move db, change connection string.