How can I migrate my MsSQL database on a hosted website to a MySQL database on a different hosted website? -


i have mssql 2008 database hosted on somee.com . have purchased hosting under net4.in providing me mysql database. now, how can migrate/synchronise mssql database mysql database ?

i have tried below things in vain :

  1. there inbuilt facility provided in mysql in net4.in synchronise 2 databases on remote servers,where have tried selecting target server "current server" , in source server, have selected "remote server" , provided connection details available me somee.com . unfortunately, socket , port details not provided on somee.com, have tried giving various values "tcp/ip" , "1433"(the default value) in vain.

  2. there import facility in mysql in net4.in , in have given format of imported file "sql" , sql compatibility mode "mssql" , giving error showing encrypted text mssql database saying not able understand it.

the easiest way export csv or .sql file of existing database import using our web-based db management tools @ http://db.infuseweb.com. however, may not effective if have large database files. in case need submit support ticket , provide mssql .bak file or mysql database files old host. need create empty database in helm exact same database name , users/passwords have old host. move database under account.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -