0
Someone has some tip like importing tables from Mysql to Windows Azure, I’m finding this difficulty, I know Azure works with the bacpac extension and Workbench works with sql.
I read the Microsoft documentation, but still, I couldn’t.
0
Someone has some tip like importing tables from Mysql to Windows Azure, I’m finding this difficulty, I know Azure works with the bacpac extension and Workbench works with sql.
I read the Microsoft documentation, but still, I couldn’t.
Browser other questions tagged windows-azure
You are not signed in. Login or sign up in order to post.
Can’t import, or can’t connect to your Azure-hosted Mysql? What service you are using - Azure Mysql Database or Cleardb Mysql on Azure or is a VM with Mysql installed?
– Thiago Lunardi
Good morning Thiago, it seems that I was able to create a Mysql database in Azure, I do not know if I need to configure the firewall, I do not know how to connect in Mysql. First time I’m uploading a web system, I’m taking a look at the documentation, but I’m not getting much success.
– Fernando
Come on there are 3 Mysql services in Azure to use "out of the box". Confirms me: It’s a Azure Database for Mysql?
– Thiago Lunardi
Yes, I created an Azure database for Mysql (Virtualization)
– Fernando
Cool, now I know the environment. Tell me exactly what you’re doing, and what mistake you’re getting.
– Thiago Lunardi
I was able to configure Mysql Workbench to connect to Azure Mysql. Through Workbench I created the database and tables. I wonder if this procedure to create through the Workbench it creates in Azure tbm ? Can you tell me if I create the database with the tables, how long it takes to be active in the air ? How can I restart the Azure Tomcat ?
– Fernando
Hold on, you’re mixing the balls. Tomcat has nothing to do with Mysql. As I understand it, you haven’t even tried the Azure Database Mysql procedure. I’m going to ask you to close your question, and when you really have a hard time with something you’re trying and you’re not getting, open up a new question.
– Thiago Lunardi
Sorry, I expressed myself badly, from the database I had done the above procedure to create... I was able to connect to Azure’s Mysql via Workbench. By Workbench I created the tables, this procedure is correct ? There is how I check inside the Azure tables I created ?
– Fernando