<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Crash de Mariadb : unknown variable 'provider_bzip2=force_plus_permanent']]></title><description><![CDATA[<p dir="auto">Le crash :</p>
<pre><code class="language-bash"># /usr/sbin/mariadbd $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION
2026-07-24 11:11:02 0 [Note] Starting MariaDB 10.11.14-MariaDB-0+deb12u2-log source revision 053f9bcb5b147bf00edb99e1310bae9125b7f125 server_uid 1uzidhX46iJNh7uM8qmtgFGyzDs= as process 109248
2026-07-24 11:11:02 0 [ERROR] mariadbd: Can't open shared library 'provider_bzip2.so' (errno: 8, API version for DAEMON plugin provider_bzip2 not supported by this version of the server)
2026-07-24 11:11:02 0 [ERROR] Couldn't load plugins from 'provider_bzip2.so'.
2026-07-24 11:11:02 0 [ERROR] mariadbd: Can't open shared library 'provider_lz4.so' (errno: 8, API version for DAEMON plugin provider_lz4 not supported by this version of the server)
2026-07-24 11:11:02 0 [ERROR] Couldn't load plugins from 'provider_lz4.so'.
2026-07-24 11:11:02 0 [ERROR] mariadbd: Can't open shared library 'provider_lzma.so' (errno: 8, API version for DAEMON plugin provider_lzma not supported by this version of the server)
2026-07-24 11:11:02 0 [ERROR] Couldn't load plugins from 'provider_lzma.so'.
2026-07-24 11:11:02 0 [ERROR] mariadbd: Can't open shared library 'provider_lzo.so' (errno: 8, API version for DAEMON plugin provider_lzo not supported by this version of the server)
2026-07-24 11:11:02 0 [ERROR] Couldn't load plugins from 'provider_lzo.so'.
2026-07-24 11:11:02 0 [ERROR] mariadbd: Can't open shared library 'provider_snappy.so' (errno: 8, API version for DAEMON plugin provider_snappy not supported by this version of the server)
2026-07-24 11:11:02 0 [ERROR] Couldn't load plugins from 'provider_snappy.so'.
2026-07-24 11:11:02 0 [Note] InnoDB: Compressed tables use zlib 1.2.13
2026-07-24 11:11:02 0 [Note] InnoDB: Number of transaction pools: 1
2026-07-24 11:11:02 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2026-07-24 11:11:02 0 [Note] InnoDB: Using io_uring
2026-07-24 11:11:02 0 [Note] InnoDB: innodb_buffer_pool_size_max=8192m, innodb_buffer_pool_size=8192m

2026-07-24 11:11:14 0 [Note] InnoDB: Completed initialization of buffer pool
2026-07-24 11:11:14 0 [Note] InnoDB: File system buffers for log disabled (block size=512 bytes)

2026-07-24 11:11:17 0 [Note] InnoDB: End of log at LSN=24409547120
2026-07-24 11:11:17 0 [Note] InnoDB: 128 rollback segments are active.
2026-07-24 11:11:17 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ...
2026-07-24 11:11:17 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB.
2026-07-24 11:11:17 0 [Note] InnoDB: log sequence number 24409547120; transaction id 35012255
2026-07-24 11:11:17 0 [Note] Plugin 'FEEDBACK' is disabled.
2026-07-24 11:11:17 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2026-07-24 11:11:17 0 [Warning] 'innodb-buffer-pool-instances' was removed. It does nothing now and exists only for compatibility with old my.cnf files.
2026-07-24 11:11:17 0 [ERROR] /usr/sbin/mariadbd: unknown variable 'provider_bzip2=force_plus_permanent'
2026-07-24 11:11:17 0 [ERROR] /usr/sbin/mariadbd: unknown variable 'provider_lz4=force_plus_permanent'
2026-07-24 11:11:17 0 [ERROR] /usr/sbin/mariadbd: unknown variable 'provider_lzma=force_plus_permanent'
2026-07-24 11:11:17 0 [ERROR] /usr/sbin/mariadbd: unknown variable 'provider_lzo=force_plus_permanent'
2026-07-24 11:11:17 0 [ERROR] /usr/sbin/mariadbd: unknown variable 'provider_snappy=force_plus_permanent'
2026-07-24 11:11:17 0 [ERROR] Aborting
</code></pre>
<p dir="auto">La solution ?!</p>
<pre><code class="language-bash">apt install mariadb-plugin-provider-bzip2 mariadb-plugin-provider-lz4 mariadb-plugin-provider-lzma mariadb-plugin-provider-lzo mariadb-plugin-provider-snappy

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/topic/381/crash-de-mariadb-unknown-variable-provider_bzip2-force_plus_permanent</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 05:14:57 GMT</lastBuildDate><atom:link href="https://lemmy.cyber-neurones.org/topic/381.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 24 Jul 2026 09:13:31 GMT</pubDate><ttl>60</ttl></channel></rss>