MySQL Shorts is a short-format video series dedicated to all things MySQL. This post is one in a series where we will count down the top 5 MySQL Shorts videos based on views.
Worldwide meetups - Recap/Report
Oracle Academy, Oracle’s global philanthropic educational program, is open to educators around the world to advance technology education, skills, innovation, and diversity and inclusion. In this post, we highlight some of the MySQL resources that are available for Oracle Academy Members.
Oracle Academy, Oracle’s global philanthropic educational program, is open to educators worldwide to advance technology education, skills, innovation, diversity, and inclusion. Oracle Academy offers education resources in several tiers – ‘Academy Bytes’, workshops, and complete curriculum – to instructors and students at no cost. Oracle Academy also produces the Oracle Academy Tech Chat podcast and shares news […]
The MySQL community team with local user groups and partners organize MySQL meetups around the world. Below are some of the ones we’ve hosted recently and we hope to bring more user group activities soon. SMUG Meetup, November 30th, from 5pm to 8pm MySQL team in cooperation with Etraveli hold a MySQL Meetup (SMUG) in […]
Error logging is a critical aspect of database administration, providing insights into issues, warnings, and errors that may affect the system’s stability and performance. MySQL 8 introduces Error Log Filtering as a mechanism to fine-tune the error log, allowing administrators to focus on the most critical issues. By assigning priorities to different error types, administrators […]
Long-time web developer Christian Olear shares an insightful developer interview with the OpenLampTech newsletter readers.
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.
Spanning two-plus decades, Christian Olear has programmed using Laravel, the Zend framework, and Symfony to name just a few, in addition to vanilla PHP.
Head on over and grab your free subscription to OpenLampTech to read this developer interview and more.
Thank you for reading this post. Please share it with someone else …
[Read more]In this blog post, discover how to deploy WordPress on OCI using MySQL HeatWave Dabase Service with multiple replicas to spread the read traffic without having to change anything in WordPress and using MySQL Router 8.2.0's transparent R/W splitting feature.
Some time ago, we saw how we could deploy WordPress on OCI using MySQL HeatWave Database Service with Read Replicas. We had to modify WordPress to use a specific plugin that configures the Read/Write Splitting on the application (WordPress): LudicrousDB.
Today, we will not modify WordPress to split the Read and Write operations, but we will use MySQL Router 8.2.0 (see [1], [2], [3]).
Architecture
The …
[Read more]MySQL in Dec-Feb24