- Andreas Bartel
- May 13, 2021
How to Create Mysql Database on Google Cloud platfrom.
Cloud SQL for MySQL is a fully-managed database service that helps you set up, maintain, manage, and administer your MySQL relational databases on Google Cloud Platform.
- Login to google cloud platform portal.
- Click on SQL.
- Click on Create Instance.
- Select MySQL.
- Then,click on choose MySQL.
- Provide the instance name & Password.
- Select the database version for your instance: MySQL 8.0, MySQL 5.7 (default), or MySQL 5.6.
- Select Region & Zone.
- Click on Show Configuration Options.
- Click on Machine type.
- Select Machine type as per requirement.
- Select Storage type & Capacity.
- Select Public or Private network for instance.
- If needs to Add network then click on Add network.
- Provide New Network name & Network IP.
- Click on Done.
- Set the Backup option.
- At Maintenance, Select Preferred window & order of updates.
- Click on Add Flag.
- Provide the New database flag name.
- click on done.
- Click on Add Label.
- Provide Key name & value for MySQL database.
- Click on done.
- Then,Click on Create instance.
- After sometime database is ready then go to MySQL instance page.
- MySQL Database is there with the name we provide.