flexible server
87 TopicsDeploying Moodle on Azure – things you should know
Moodle is one of the most popular open-source learning management platform empowering educators and researchers across the world to disseminate their work efficiently. It is also one of the most mature and robust OSS applications that the community has developed and improvised over the years. We have seen customers from small, medium, and large enterprises to schools, public sector, and government organizations deploying Moodle in Azure. In this blog post, I’ll share some best practices and tips for deploying Moodle on Azure based on our experiences working with several of our customers.67KViews14likes25CommentsCDC in Azure Database for MySQL – Flexible Server using Kafka, Debezium, and Azure Event Hubs
This tutorial walks you through setting up a CDC-based system on Azure by using Azure Event Hubs (for Kafka), Azure Database for MySQL- Flexible Server, and Debezium. For the tutorial, the Debezium MySQL connector will stream database modifications from MySQL to Kafka topics in Azure Event Hubs.15KViews2likes2CommentsWhat is Flexible Server in Azure Database for MySQL?
Flexible Server is a new deployment option for Azure Database for MySQL that gives you the control you need with multiple configuration parameters for fine-grained database tuning along with a simpler developer experience to accelerate end-to-end deployment.15KViews2likes0CommentsMigrate from Azure Database for MySQL - Single Server to Flexible Server in 5 easy steps!
To migrate from Azure Database for MySQL – Single Server to Flexible Server, you can use any of a variety of methods. Generally, migrations are classified either as offline, or online (minimal downtime). For offline migrations, you can use utilities such as Azure Database Migration Service ), MySQL Workbench, mydumper/myloader, or mysqldump to backup and restore the database. For online migrations with minimal downtime, you can use the same utilities in combination with Data-in replication.14KViews6likes0CommentsSelecting the best tool for migrating to Azure Database for MySQL – Flexible Server
This blog post covers the various tools available for performing custom migrations from MySQL running on-premises, in Virtual Machines or a third-party cloud, or from Azure Database for MySQL – Single Server to Azure Database for MySQL – Flexible Server.13KViews1like2Comments