#mysqlshell — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #mysqlshell, aggregated by home.social.
-
On MySQL 8.0.41, when the "defaultMode" is "js" in the shell options file (~/.mysqlsh/options.json) but the binary doesn't support JavaScript, it returns a Segmentation fault.
https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-configuring-options.html
-
On MySQL 8.0.41, when the "defaultMode" is "js" in the shell options file (~/.mysqlsh/options.json) but the binary doesn't support JavaScript, it returns a Segmentation fault.
https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-configuring-options.html
-
On MySQL 8.0.41, when the "defaultMode" is "js" in the shell options file (~/.mysqlsh/options.json) but the binary doesn't support JavaScript, it returns a Segmentation fault.
https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-configuring-options.html
-
On MySQL 8.0.41, when the "defaultMode" is "js" in the shell options file (~/.mysqlsh/options.json) but the binary doesn't support JavaScript, it returns a Segmentation fault.
https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-configuring-options.html
-
On MySQL 8.0.41, when the "defaultMode" is "js" in the shell options file (~/.mysqlsh/options.json) but the binary doesn't support JavaScript, it returns a Segmentation fault.
https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-configuring-options.html
-
I see they’ve renamed this to “libjitexecutor.so” in 8.0.42, which better conveys its purpose! #mysql #mysqlshell #libjitexecutor
-
Huh, the latest version of mysql-shell (8.0.41) drops a /usr/lib/mysqlsh/libpolyglot.so that's 175MB.
Not much documentation out there about "libpolyglot.so" but from what I gather it's part of GraalVM, which compiles Java to native binaries. Now mysqlsh is a 30MB binary + 175MB of library. Leave it to Oracle... #mysql #mysqlshell #libpolyglot
-
MySQL Error Log: Got packets out of order
Some users, myself included, have noticed that their MySQL error log contains many lines like this one:2024-09-06T09:28:40.522161Z 17 [Note] [MY-010914] [Server] Got packets out of order
Where does that error come from?
The error MY-010914 is part of the Server Network issues like:
Aborted connection XX to db: ...
Bad handshake
Got
https://lefred.be/content/mysql-error-log-got-packets-out-of-order/
#80 #90 #MySQL #MySQLShell -
MySQL Shell for VS Code – Bastion Host & Invalid fingerprint detected
If you use MySQL Shell for Visual Studio Code, using a bastion host is the easiest method to connect to a MySQL HeatWave DB Instance on OCI.If you already have a connection setup using a bastion to host, you may experience the same problem as me, MySQL Shell complains about a
https://lefred.be/content/mysql-shell-for-vs-code-bastion-host-invalid-fingerprint-detected/
#Cloud #HeatWave #MDS #MySQL #MySQLShell #OCI -
WordPress in OCI with MySQL HeatWave Read Replicas and MySQL Router R/W Splitting
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 applica
https://lefred.be/content/wordpress-in-oci-with-mysql-heatwave-read-replicas-and-mysql-router-r-w-splitting/
#80 #82 #Cloud #MDS #MySQL #MySQLShell #OCI #Replication #Router #wordpress -
Migrate from MariaDB to MySQL HeatWave: easier with MySQL Shell 8.2.1
I won't cover reasons why you should migrate from MariaDB to MySQL, I already covered the topic in previous blogs and webinars:How to Migrate from MariaDB to MySQL HeatWave
How to Migrate from MariaDB to MySQL 8.0
Migrating from MariaDB to MySQL using MySQL Sh
https://lefred.be/content/migrate-from-mariadb-to-mysql-heatwave-easier-with-mysql-shell-8-2-1/
#80 #82 #Cloud #HeatWave #MDS #MySQL #MySQLShell #OCI -
MySQL Shell AdminAPI: different ways to call the commands… same effect?
During last Ubuntu Summit in Riga, I got an interesting question from Alex Lutay, engineering manager at Canonical regarding the different ways to perform some Admin API commands in MySQL Shell.He wanted to know why, in the manual and blogs, we always use separate commands instead o
https://lefred.be/content/mysql-shell-adminapi-different-ways-to-call-the-commands-same-effect/
#InnoDBCluster #MySQL #MySQLShell -
Backup your MySQL instance in the Cloud
Since MySQL Shell 8.1, it's even easier to create a logical backup of your MySQL instance and store it directly in Object Storage, an internet-scale, high-performance storage platform in Oracle Cloud Infrastructure (OCI).IMySQL Shell now offers the option of dumping to Object Storage Bucket using PAR (Pre-Authenticated Request
https://lefred.be/content/backup-your-mysql-instance-in-the-cloud/
#81 #Cloud #HeatWave #MDS #MySQL #MySQLShell #OCI -
How to copy a MySQL instance ?
To copy a MySQL server to another server or to the cloud, there are several ways.We can distinguish between two different types of copy:
physical copy
logical copy
The physical copy is often the fastest. However, it requires some tools to ensure that you have a consistent online backup. For example, you can use MySQL Enterpris
https://lefred.be/content/how-to-copy-a-mysql-instance/
#80 #81 #CLONE #Cloud #HeatWave #MDS #MySQL #MySQLShell #OCI -
Cut & Paste a User Creation Statement with MySQL 8
Sometimes it's convenient to retrieve the user creation statement and to copy it to another server.However, with the new authentication method used as default since MySQL 8.0, caching_sha2_password, this can become a nightmare as the output is binary and some bytes can be hidden or decoded differently de
https://lefred.be/content/cut-paste-a-user-creation-statement-with-mysql-8/
#80 #81 #Cloud #HeatWave #MDS #MySQL #MySQLShell #OCI -
How to Migrate from MariaDB to MySQL HeatWave
We see an increase in the demand for database migration from MariaDB to MySQL. This is likely due to recent news about MariaDB. [1][2][3][4][5][6][7][8]In this article, we will show you how to migrate from MariaDB to MySQL HeatWave in Oracle Cloud Infrastructure (OCI).
If you plan to migrate from
https://lefred.be/content/how-to-migrate-from-mariadb-to-mysql-heatwave/
#80 #Cloud #HeatWave #MDS #MySQL #MySQL80 #MySQLShell #OCI #rss -
Query and Transaction size in MySQL
Some times it's important to know the size of a transaction, especially when you plan to migrate to a HA solution where by default transactions have a limited size to guarantee an optimal behavior of the cluster.Today we will see the different possibilities to have an idea of the size of transactions.
First we need to split the t
https://lefred.be/content/query-and-transaction-size-in-mysql/
#8.0 #MySQL #MySQL8.0 #MySQLShell #Performance_Schema -
MySQL Shell for Visual Studio Code v1.9.1 has been released today ! 🐬🐚 #MySQL #MySQLShell #vscode
-
Kenny Gryp is announcing MySQL Shell 8.0.32 🐬🐚https://blogs.oracle.com/mysql/post/announcing-mysql-shell-8032 #MySQL #MySQLShell
-
Generating an OCI MySQL HeatWave Slow Query Log with MySQL Shell https://blogs.oracle.com/mysql/post/generating-an-oci-mysql-heatwave-slow-query-log-with-mysql-shell 🐬🔥🐚❄️📅 #MySQL #MySQLAdvent2022 #OCI #MySQLShell
-
MySQL Community Advent Calendar 2022 - Creating Aliases in MySQL Shell 🐬🐚❄️#MySQL #MySQLShell #MySQLAdvent2022 https://blogs.oracle.com/mysql/post/creating-aliases-in-mysql-shell
-
MySQL
Community Advent Calendar : today's box by Scott
- connecting MySQL Shell Over SSH https://blogs.oracle.com/mysql/post/connecting-mysql-shell-over-ssh 🐬❄️🔐 #MySQL #MySQLShell #MySQLAdvent2022 -
Today's box in the MySQL Content Advent Calendar 2022 is presented by my colleague Scott
https://blogs.oracle.com/mysql/post/mysql-shell-alias-for-powershell #MySQL #MySQLShell #MySQLAdvent2022 ❄️🐬 -
MySQL Advent 2022 Blog Post Calendar - https://blogs.oracle.com/mysql/post/always-use-mysql-shell #MySQLAdvent2022 #MySQL #MySQLShell
-
MySQL 101 - Part 4: How to install #MySQL Shell 🐚 for Visual Studio Code https://youtu.be/vpPDjL_3OKQ 🐬 #MySQL #MySQLShell #code #developers
-
MySQL 101 Episode 3: How to install #MySQL Server and MySQL Shell on Windows https://youtu.be/uPWKXBXePy4 #mysqlshell #MySQL8isGreat #microsoft #windows #beginners
-
@adamtuttle take a look at MySQL Shell Dump & Load utility https://dev.mysql.com/blog-archive/mysql-shell-dump-load-part-1-demo/ #mysql #mysqlshell