简体   繁体   English

如何将SQL数据库导入到Azure for Webapp?

[英]How to import an sql database to azure for webapp?

I have created a webapp on the local server that through a form accesses my PHPMyAdmin SQL database and returns results. 我已经在本地服务器上创建了一个Webapp,该Webapp通过表单访问我的PHPMyAdmin SQL数据库并返回结果。

I have created my azure website but I need to import my database so it will link with my azure website forms. 我已经创建了我的azure网站,但是我需要导入我的数据库,以便它与我的azure网站表单链接。

To achieve your requirement, first, you can leverage ClearDB for MySQL in Azure, you can refer to Create and connect to a MySQL database in Azure for details. 为了满足您的要求,首先,您可以在Azure中利用ClearDB for MySQL,有关详细信息,请参阅在Azure中创建并连接到MySQL数据库 Next, you can use MySql Workbench to import your database to Azure. 接下来,可以使用MySql Workbench将数据库导入到Azure。 For more details I would recommend you refer to https://blogs.msdn.microsoft.com/cdndevs/2015/10/16/how-to-create-a-mysql-database-on-azure/ . 有关更多详细信息,我建议您参考https://blogs.msdn.microsoft.com/cdndevs/2015/10/16/how-to-create-a-mysql-database-on-azure/

Any further concern, please feel free to let me know. 如有任何其他疑问,请随时告诉我。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM