Showing entries 1083 to 1092 of 43989
« 10 Newer Entries | 10 Older Entries »
AlmaLinux Libraries

I discovered a dependency for MySQL Workbench on AlmaLinux 8 installation. I neglected to fully cover it when I documented the installation in a VM of AlmaLinux 9. I go back later and update that entry but for now you need the following dependencies:

proj-6.3.2-4.el8.x86_64.rpm
proj-datumgrid-1.8-6.3.2.4.el8.noarch.rpm
proj-devel-6.3.2-4.el8.x86_64.rpm

Install like this:

sudo dnf install -y *.rpm

Log file:

Last metadata expiration check: 3:01:53 ago on Fri 10 Feb 2023 03:37:49 AM UTC.
Dependencies resolved.
==========================================================================================
 Package                Architecture   Version                 Repository            Size
==========================================================================================
Installing:
 proj                   x86_64         6.3.2-4.el8             @commandline         2.0 M
 proj-datumgrid         noarch …
[Read more]
Migrating from Postgres to MySQL

Choosing a data store is one of the most important decisions you'll make when building software applications. The good and bad news though, is that there is an abundance of options. Depending on the type of application you're building, you may opt for a relational database like MySQL or Postgres, a non-relational database like MongoDB or CouchDB, a graph database like Neo4j, or one of the many other alternatives that each bring their own benefits and drawbacks. It is a difficult choice and sometimes you realize that the database you initially went with no longer serves the needs of your application and you have to make the choice to migrate. In this blog post, we'll take a look at how you can migrate your database schema from PostgreSQL to MySQL. MySQL and PostgreSQL or Postgres are both relational databases that have a lot of similarities, but also have a fair amount of differences that can make migration a challenge. A detailed list of the …

[Read more]
Migrating from Postgres to MySQL

Learn how to migrate from Postgres to MySQL Postgres vs MySQL incompatibilities and more.

MySQL HeatWave Best Practices Series: Data load to HeatWave with MySQL Autopilot

MySQL HeatWave Best Practices Series: Data load to HeatWave with MySQL Autopilot

MySQL Rockstars 2022

The winners of the MySQL Rockstar 2022 Awards

Power Up Your MySQL Queries: How ChatGPT Can Help You Retrieve MySQL Data

With clear examples and explanations, the article demonstrates how ChatGPT can simplify and streamline the process of creating complex MySQL queries, making it easier for users to interact with databases and retrieve the data they need.

The post Power Up Your MySQL Queries: How ChatGPT Can Help You Retrieve MySQL Data appeared first on Devart Blog.

OpenLampTech issue #64 – Substack Repost

I’m doing my best (work) each week with the OpenLampTech developer newsletter. I hope you enjoy reading them as much as I do! Thank you for giving me the chance to share the ever-changing LAMP stack ecosystem with you on each issue.

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.

In OpenLampTech issue #64, we are exploring content covering:

Thank you for reading this post. Please share it with someone else who would enjoy it as well.



Josh Otwell has a passion to grow as …

[Read more]
Connecting to a MySQL HeatWave Database Instance Using an OCI Network Load Balancer

When you provision a MySQL HeatWave database instance, you can only connect to the database from services inside of OCI. Using an OCI network load balancer, we can connect to a MySQL HeatWave instance from clients outside of OCI. In this post, we'll show you how to do this.

MySQL BLOB Fetch Performance in Java

Cover image by DALL-E: “a manometer with pipe with a dolphin on a background, 3d render”

What’s the best way to store binary data in MySQL? This is a question that has multiple answers, depending on what you want to achieve. For example, if you need to optimize for the storage size, you probably need to use some compression algorithm that compresses your data efficiently. In my case, I really need the best performance, meaning the fastest response time to fetch the entire blob from MySQL.

Let’s put aside the question of whether MySQL is a good fit for storing binary data. The question here, is how to store binary data so the reads from DB are as fast as possible?

The …

[Read more]
MySQL Document Store - Peeking Under the Covers

MySQL Document Store is a 'NoSQL' solution built on top of MySQL and using MySQL database tables. In this post, we show how to turn on logging so we can see the queried MySQL uses under the covers when we use the MySQL Document Store DRUC API.

Showing entries 1083 to 1092 of 43989
« 10 Newer Entries | 10 Older Entries »