Stop the azure MySQL PAAs database

Source: Internet
Author: User

Previously, the MySQL PAAs database was created in Azure, and now you want to stop the azure MySQL PAAs database because the test system is offline. But the long time found on the Azure portal did not find that the stop option could be like those of a virtual machine, only deleted. learned that MySQL database once created is not able to stop. You can export the database locally through mysqldump and then delete the server or database that you want to stop on the PAAs. When needed, then import to the PAAs.

Mysqldump is used as follows:

Execute the following command to make a backup of the source server's database to a local

#mysqldump--databases < database name >--single-transaction--order-by-primary-r < backup file name >--routines-h < server address >-P < port number >–u < user name >-p < password >

Mysqldump--databases mydb--single-transaction--order-by-primary-r f:backup.sql--routines- Hsrcserver.mysqldb.chinacloudapi.cn-p3306-usrcserver%usr-p

This article is from the "zeroing" blog, so be sure to keep this source http://fjcloud.blog.51cto.com/212259/1910869

Stop the azure MySQL PAAs database

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.