Accessing Azure MySQL service

前端 未结 1 809
遥遥无期
遥遥无期 2020-12-19 05:53

I\'m having problem trying to access the MySQL server (I\'d like to replace a table with another) provided as part of the Windows Azure service. I have downloaded the publis

相关标签:
1条回答
  • 2020-12-19 06:11

    You can get the full connection string from the dashboard of your Azure Web Site

    Dashboard of your Windows Azure Web Site

    enter image description here

    Then you can use those credentials in a MySQL administration program, such as MySQL Workbench.

    0 讨论(0)
提交回复
热议问题