In this article, we see how to offload Moodle's read queries to MySQL HeatWave Read Replicas
If you want to deploy Moodle on OCI, you can use Ampere compute instances as application server and MySQL HeatWave Database Service to store the data.
Depending on your requirements, MySQL HeatWave can provide High Availability and Query Acceleration.
In this post, we will see the easiest and fasted way to deploy the following basic architecture:
In OCI to quickly deploy an architecture and all the required resources, it’s recommended to use a Stack (Terraform recipes and modules).
So deploy all the resources we need (VCN, Subnets, Security Lists, Internet Gateways, Compute Instances…) we just need to click on the following button:
…
[Read more]In this article, you will learn how to easily and quickly deploy Moodle, the most popular open source learning management system, on OCI using an Ampere compute instance and MySQL HeatWave Database Service.
I appreciate you visiting my corner of the internet and giving me your time. This week’s OpenLampTech developer newsletter is no less epic so you are spending your time wisely. Thank you!
Custom WooCommerce and Shopify Solutions
Discover useful WooCommerce and Shopify custom solutions for your online store today at affordable prices!
The Newsletter for PHP and MySQL Developers
Receive a copy of my ebook, “10 MySQL Tips For Everyone”, absolutely free when you subscribe to the OpenLampTech newsletter.
This week in OpenLampTech issue #85, we have curated content on:
- Securing Laravel’s writer developer interview
- MySQL 5.7 EOL
- WordPress reusable blocks …
This post was originally published in July 2018 and was updated in July 2023.
Now that Database-as-a-service (DBaaS) is in high demand, there are multiple questions regarding AWS services that cannot always be answered easily: When should I use Aurora and when should I use RDS MySQL? What are the differences between Aurora and RDS? How do I choose which one to use?
In this blog, we will answer all of these important questions and provide a general overview comparing the two database services, Aurora vs RDS.
Understanding DBaaS
DBaaS cloud services allow users to use databases without configuring physical hardware and infrastructure or installing software. But …
[Read more]Using MySQL Shell, we can dump and load databases across cloud providers. In this post, we will discuss how to dump a MySQL database running in Azure to an Azure storage container and then load that data into a MySQL HeatWave instance running in Oracle Cloud Infrastructure.
MySQL Shell 8.0.33 added full SSL/TLS and certificate-based (passwordless) authentication support across all aspects of deployment of MySQL InnoDB Cluster, ClusterSet or ReplicaSet.
Helidon + MySQL Document Store
ChatGPT, a powerful language model developed by OpenAI, has a wide range of applications across various realms, including database development. In this article, we will demonstrate how developers, DBAs, and data analysts can harness the capabilities of ChatGPT to enhance data import into databases like MySQL.
The post How to Import Any Data Format to MySQL Using ChatGPT appeared first on Devart Blog.
Learn how to build a Laravel application backed by a MySQL PlanetScale database.