Showing entries 1346 to 1355 of 44802
« 10 Newer Entries | 10 Older Entries »
Building Secure MySQL Applications at Oracle Cloud World

According to the Online Trust Alliance, 93% of security breaches are preventable! This is your opportunity to learn how to prevent security breaches from the MySQL experts. Whether you are looking to build secure MySQL applications to protect your valuable data or needing to meet regulatory requirements (GDPR, PCI, HIPAA, etc.). You’re in luck! Why listen […]

Developer Interview with Will Earp – Substack Repost

In the recent past, I shared in a Reddit post that I was searching for developers who were interested in participating in a text-based interview for the OpenLampTech publication.

I am super-excited that Will Earp agreed to participate in this developer interview for the OpenLampTech readers.

Read more >>>: Developer Interview with Will Earp – Substack Repost

Custom WooCommerce and Shopify Solutions

Discover useful WooCommerce and Shopify custom solutions for your online store today at affordable prices!

Learn More

The Newsletter for PHP and MySQL Developers

Receive a copy of my ebook, “10 MySQL Tips For …

[Read more]
Focus on Machine Learning with MySQL HeatWave at Oracle CloudWorld

Interested in machine learning? This is your chance to learn how you can benefit from in-database machine learning in MySQL HeatWave!  With native, in-database machine learning in MySQL HeatWave, you don’t need to move data to a separate ML service. You can easily and securely apply machine learning training, inference, and explanation to data stored […]

Focus on Machine Learning with MySQL HeatWave at Oracle CloudWorld

Interested in machine learning? Check out those MySQL HeatWave sessions at Oracle CloudWorld to learn how you can benefit from and make the most of in-database ML. They include talks featuring customers such as NVIDIA, hands-on labs, demos, and more.

Building Secure MySQL Applications at Oracle Cloud World

Are you looking to build secure applications and secure your data with MySQL Enterprise Edition (EE)? If so, you're in luck!

According to the Online Trust Alliance, 93% of security breaches are preventable! I hope that alone will movitate many to come attend my talk.

Please come and check out my talk at Oracle CloudWorld on September 21, LRN2387.

How to fix Percona XtraDB Cluster 8.0 Upgrade issues

Are you planning an upgrade for your Percona XtraDB Cluster (PXC)? Upgrading to PXC 8.0 can be a smooth process, but sometimes challenges arise that require careful troubleshooting. In this…

The post How to fix Percona XtraDB Cluster 8.0 Upgrade issues first appeared on Change Is Inevitable.

OpenLampTech issue #94 – Substack Repost

The content keeps dropping and I keep publishing OpenLampTech each and every week. We are nearing the 100-issue milestone. Thanks to you, the OpenLampTech publication is already a success.

Continue reading >>>: OpenLampTech issue #94 – Substack Repost

Custom WooCommerce and Shopify Solutions

Discover useful WooCommerce and Shopify custom solutions for your online store today at affordable prices!

Learn More

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.

[Read more]
Understanding How MySQL Collation and Charset Settings Impact Performance

This blog was originally published in February 2019 and was updated in September 2023.

Web applications rely on databases to run the internet, powering everything from e-commerce platforms to social media networks to streaming services. MySQL is one of the most popular database management systems, playing a pivotal role in the functionality and performance of web applications.

In today’s blog, I’ll take a look at MySQL collation and charset settings to shed light on how they impact the performance of web applications and how to use them to effectively communicate with your users.

Understanding Character Sets and Encoding in MySQL

Character sets and encoding in MySQL play a vital role in how data is stored and retrieved in a database. A character set is a collection of characters with unique representations for each character, such as letters, numbers, and symbols, that define how data is …

[Read more]
Understanding MySQL Triggers: Exploring How Triggers Impact MySQL Memory Allocation

This blog was originally published in November 2021 and was updated in September 2023.

MySQL server performance can sometimes be perplexing, and if you’ve ever wondered about the role of triggers in influencing your MySQL server’s memory allocation, this post is for you. MySQL triggers are a powerful tool for database administrators and developers, enabling them to automate tasks, enforce data consistency, and respond to events within the database seamlessly.

Here, we first cover the basics of MySQL Triggers, and then we take a deeper dive, exploring their impact on memory usage and providing strategies to optimize MySQL server performance.

What is a Trigger in MySQL?

A Trigger in MySQL is a database object that plays a pivotal role in database management. It is essentially a set of instructions or a program that is executed automatically in response to specific events or actions occurring within the …

[Read more]
Horizontal sharding for MySQL made easy

For developers building out an application, a transactional datastore is the obvious and proven choice, but with success comes scale limitations. A monolithic database works well initially, but as an application sees growth, the size of its data will eventually grow beyond what is optimal for a single server. Implementing read replicas can improve your performance but will likely add lag between your primary and your replicas, leading to performance or correctness issues for your application. These complexities can sometimes require major architectural changes, leading to a suboptimal user experience and difficult compromises, having to choose between application performance or data consistency. Scaling write traffic is even more challenging; for example, even the largest MySQL database will see performance issues at a certain point. Horizontal sharding This is not a new challenge; organizations have faced it for years, and horizontal sharding is one …

[Read more]
Showing entries 1346 to 1355 of 44802
« 10 Newer Entries | 10 Older Entries »