In Azurestack MySQL is a managed service that can be used to run, manage, and scale a highly available MySQL database in the cloud.
The previous article described the deployment of MS SQL Server, and let's look at how to add a MySQL resource provider to the Azure stack.
download MySQL deployment tool
Download the MySQL Deployment tool:
Https://aka.ms/azurestackmysqlrp
After the download is complete, unzip as shown:
installing the MySQL resource provider
Run the following PS script:
. \deploymysqlprovider.ps1
Enter the azure Stack Admin Management URL:
Enter the azure Stack Tenant Management URL:
Enter the local user name and password for the Mysqladapter VM:
Enter Tenant Directory ID:
To set the SSL certificate password:
Enter the name of the Mysqladapter resource group:
Enter Mysqladapter VM Name:
Enter the login name and password for Azure Stack admin:
Deployment Complete:
add MySQL Hosting Servers
Click "Resource Provider"-"Mysqladapter":
Click "Hosting Servers":
Click "ADD":
Enter "MySQL Hosting server Name", "Username", "Password", "Size of Hosting server in GB", "Click SKUs":
Click "Create New SKU" and enter "Name", "Tire", "Edition":
Click Add:
Add complete as shown in:
Add a MySQL resource provider to the Azure stack