eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

211
active users

#mariadb

2 posts2 participants0 posts today
Karl<p>Has your OS ever refused to install the MariaDB client package or the MySQL client package due to a conflict with the other?</p><p>It feels like it should be possible to have both, but unfortunately I have yet to see a solution for this. </p><p>For a subset of these cases, all that you want is just to have the client tools such as the mariadb/ mysql CLI and the mariadb-dumper/ mysqldumper backup programs co-existing on the same OS. (I.e. you don't care about the static/dynamic libmariadbclient/libmysqlclient libs etc). </p><p>So, I decided to write up my solutions for this: <br><a href="https://dbdemon.com/installing_mariadb_and_mysql_clients_on_same_unix_host/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">dbdemon.com/installing_mariadb</span><span class="invisible">_and_mysql_clients_on_same_unix_host/</span></a></p><p><a href="https://mastodon.bsd.cafe/tags/mariadb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mariadb</span></a> <a href="https://mastodon.bsd.cafe/tags/mysql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysql</span></a> <a href="https://mastodon.bsd.cafe/tags/pkg" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pkg</span></a> <a href="https://mastodon.bsd.cafe/tags/rpm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rpm</span></a> <a href="https://mastodon.bsd.cafe/tags/packaging" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>packaging</span></a></p>
House Panther :verified_paw:<p>If anyone decided to set up <a href="https://goblackcat.social/tags/Nextcloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nextcloud</span></a>, I've learned that it runs so much better on <a href="https://goblackcat.social/tags/PostgreSQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PostgreSQL</span></a> than <a href="https://goblackcat.social/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> or <a href="https://goblackcat.social/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a>.</p>
Paul<p>Got Cobra working in Go for my db2xlsx project which exports a MySQL / MariaDB database structure to an Excel file.</p><p>Benefits:</p><p>Simplifies the parsing<br>Allows for sub commands<br>Supports mandatory arguments</p><p>Three issues closed as a result, and I'll be able to tackle two of the others based on the groundwork laid.</p><p><a href="https://github.com/godev-uk/db2xlsx" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/godev-uk/db2xlsx</span><span class="invisible"></span></a></p><p><a href="https://social.xk7.net/tags/golang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>golang</span></a> <a href="https://social.xk7.net/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> <a href="https://social.xk7.net/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a></p>
Nextcloud 📱☁️💻<p>Speaker confirmed for <a href="https://mastodon.xyz/tags/NextcloudConf25" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NextcloudConf25</span></a>! </p><p> 🎤 Michael “Monty” Widenius, creator of <a href="https://mastodon.xyz/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> and co-founder of <a href="https://mastodon.xyz/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a>, will be joining us in Berlin! </p><p> Decades of <a href="https://mastodon.xyz/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a> wisdom, from a true pioneer. <br> 📅 Sept 27–28 <br> 📍 Berlin, Germany </p><p> Tickets: <a href="https://nextcloud.com/conference-2025/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">nextcloud.com/conference-2025/</span><span class="invisible"></span></a></p>
Paul<p>Today's fun challenge:</p><p>Can't export a MySQL database using MariaDB mysqldump because the tools have now diverged too far</p><p>Can't install the MySQL mysqldump because it conflicts with the MariaDB one</p><p>Can't use the Docker MySQL image because it doesn't allow interaction (to provide the password)</p><p>Can't use the Docker MySQL image with an environment variable because that's ignored when redirecting output to a file</p><p><a href="https://social.xk7.net/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> <a href="https://social.xk7.net/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a></p>
:projetstodon: Shalien<p>The only thing really preventing me from using <span class="h-card" translate="no"><a href="https://writing.exchange/@writefreely" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>writefreely</span></a></span> is that they use <a href="https://mastodon.projetretro.io/tags/mariadb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mariadb</span></a></p>
Sushil Kumar<p>Better experience and fast, secure way to create a connection with MariaDB.</p><p> // Config.php</p><p>$mariadb = ini_get('pdo_mysql.default_socket'); </p><p>$pdo = new PDO("mysql:unix_socket=$mariadb;dbname=test", 'root', '');</p><p>if($pdo){<br> echo "Database connection success!";<br>} </p><p><a href="https://mastodon.social/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://mastodon.social/tags/mariadb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mariadb</span></a> <a href="https://mastodon.social/tags/pdo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pdo</span></a> <a href="https://mastodon.social/tags/socket" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>socket</span></a> <a href="https://mastodon.social/tags/mysql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysql</span></a> <a href="https://mastodon.social/tags/mysqli" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysqli</span></a> <a href="https://mastodon.social/tags/mysqlpdo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysqlpdo</span></a></p>
Ric<p>Apparently the 2038 problem was fixed in <a href="https://fosstodon.org/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a> 2 months ago, and considering the last time I checked up on this there were literally no plans to fix it ever, and some of the projects I've built do have date values beyond 2038 ('lifetime' accounts that expire in 2100 etc 😅), I'm genuinely a bit relieved about this one!</p><p>Absolutely no idea what the status of this is in anything other than MariaDB mind. That's going to be a fun year as a <a href="https://fosstodon.org/tags/Gentoo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Gentoo</span></a> <a href="https://fosstodon.org/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> guy isn't it? 👀</p>
Alejandro Duarte<p>👨‍💻 Don’t miss tomorrow’s webinar on what’s new in <a href="https://mastodon.online/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a> 11.8 LTS—features, improvements, and why it matters for your apps.</p><p>📅 Register now and join us live: <a href="https://go.mariadb.com/25Q2-WBN-GLBL-Community11.8-2025-06-25_Registration-LP.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">go.mariadb.com/25Q2-WBN-GLBL-C</span><span class="invisible">ommunity11.8-2025-06-25_Registration-LP.html</span></a></p><p><a href="https://mastodon.online/tags/Databases" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Databases</span></a> <a href="https://mastodon.online/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> <a href="https://mastodon.online/tags/Postgres" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Postgres</span></a> <a href="https://mastodon.online/tags/Oracle" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Oracle</span></a> <a href="https://mastodon.online/tags/SQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQL</span></a> <a href="https://mastodon.online/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a></p>
Tim<p>I'm just starting to look into it myself, but maybe somebody has already seen this:</p><p>I have a <a href="https://mainz.social/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a> / <a href="https://mainz.social/tags/Galera" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Galera</span></a> cluster with 500 million records, one single table. If I look up an entry via primary key, it returns in &lt;100ms. If I run a `select count(id) from...` it takes over three minutes. </p><p>What should I look into? Even if the index is not in memory, it should not take that long to collect the data in the cluster from the slow storage, should it?</p>
Rad Web Hosting<p>Install and Configure <a href="https://mastodon.social/tags/Cacti" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Cacti</span></a> on <a href="https://mastodon.social/tags/AlmaLinux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AlmaLinux</span></a> <a href="https://mastodon.social/tags/VPS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VPS</span></a> This article provides a guide demonstrating how to install and configure Cacti on AlmaLinux VPS.</p><p>What Is Cacti?<br>Cacti is an open-source network monitoring and graphing tool built on top of RRDtool. It’s designed to collect, store, and visualize time-series data from networks and systems.<br>What Cacti Does</p><p> Polls data from devices ...<br>Continued 👉 <a href="https://blog.radwebhosting.com/install-and-configure-cacti-on-almalinux-vps/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=mastodon.social" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.radwebhosting.com/install</span><span class="invisible">-and-configure-cacti-on-almalinux-vps/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=mastodon.social</span></a> <a href="https://mastodon.social/tags/mariadb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mariadb</span></a> <a href="https://mastodon.social/tags/selfhosted" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>selfhosted</span></a> <a href="https://mastodon.social/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a> <a href="https://mastodon.social/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>letsencrypt</span></a> <a href="https://mastodon.social/tags/selfhosting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>selfhosting</span></a> <a href="https://mastodon.social/tags/rrdtool" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rrdtool</span></a></p>
Linuxiac<p>MariaDB 11.8 LTS open-source RDBMS is out, featuring full MariaDB Vector support, faster backups, improved replication, and more.<br><a href="https://linuxiac.com/mariadb-11-8-lts-rdbms-lands-with-vector-search/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">linuxiac.com/mariadb-11-8-lts-</span><span class="invisible">rdbms-lands-with-vector-search/</span></a></p><p><a href="https://mastodon.social/tags/mariadb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mariadb</span></a> <a href="https://mastodon.social/tags/mysql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysql</span></a> <a href="https://mastodon.social/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a> <a href="https://mastodon.social/tags/rdbms" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rdbms</span></a></p>
Neustradamus :xmpp: :linux:<p><a href="https://mastodon.social/tags/Roundcube" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Roundcube</span></a> 1.5.10 (<a href="https://mastodon.social/tags/LTS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LTS</span></a>) has been released (<a href="https://mastodon.social/tags/Webmail" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Webmail</span></a> / <a href="https://mastodon.social/tags/Mail" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mail</span></a> / <a href="https://mastodon.social/tags/IMAP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IMAP</span></a> / <a href="https://mastodon.social/tags/SMTP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SMTP</span></a> / <a href="https://mastodon.social/tags/LDAP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LDAP</span></a> / <a href="https://mastodon.social/tags/Managesieve" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Managesieve</span></a> / <a href="https://mastodon.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a> / <a href="https://mastodon.social/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a> / <a href="https://mastodon.social/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> / <a href="https://mastodon.social/tags/PostgreSQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PostgreSQL</span></a> / <a href="https://mastodon.social/tags/SQLite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLite</span></a> / <a href="https://mastodon.social/tags/OracleDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OracleDB</span></a> / <a href="https://mastodon.social/tags/MSSQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MSSQL</span></a> / <a href="https://mastodon.social/tags/LongTermSupport" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LongTermSupport</span></a>) <a href="https://roundcube.net/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">roundcube.net/</span><span class="invisible"></span></a></p>
Neustradamus :xmpp: :linux:<p><a href="https://mastodon.social/tags/Roundcube" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Roundcube</span></a> 1.6.11 (stable) has been released (<a href="https://mastodon.social/tags/Webmail" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Webmail</span></a> / <a href="https://mastodon.social/tags/Mail" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mail</span></a> / <a href="https://mastodon.social/tags/IMAP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IMAP</span></a> / <a href="https://mastodon.social/tags/SMTP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SMTP</span></a> / <a href="https://mastodon.social/tags/LDAP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LDAP</span></a> / <a href="https://mastodon.social/tags/Managesieve" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Managesieve</span></a> / <a href="https://mastodon.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a> / <a href="https://mastodon.social/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a> / <a href="https://mastodon.social/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> / <a href="https://mastodon.social/tags/PostgreSQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PostgreSQL</span></a> / <a href="https://mastodon.social/tags/SQLite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLite</span></a> / <a href="https://mastodon.social/tags/OracleDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OracleDB</span></a> / <a href="https://mastodon.social/tags/MSSQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MSSQL</span></a>) <a href="https://roundcube.net/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">roundcube.net/</span><span class="invisible"></span></a></p>
Johannes Kastl<p>Another day, another vagrant-libvirt setup.</p><p>This time for MariaDB, with a server VM and a client VM. As usual, vagrant, libvirt and Ansible do the heavy lifting.</p><p><a href="https://codeberg.org/johanneskastl/mariadb_vagrant_libvirt_ansible" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">codeberg.org/johanneskastl/mar</span><span class="invisible">iadb_vagrant_libvirt_ansible</span></a><br><a href="https://github.com/johanneskastl/mariadb_vagrant_libvirt_ansible" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/johanneskastl/maria</span><span class="invisible">db_vagrant_libvirt_ansible</span></a></p><p>Have a lot of fun...</p><p><a href="https://digitalcourage.social/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a> <a href="https://digitalcourage.social/tags/Ansible" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Ansible</span></a> <a href="https://digitalcourage.social/tags/vagrant" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vagrant</span></a> <a href="https://digitalcourage.social/tags/libvirt" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>libvirt</span></a> <a href="https://digitalcourage.social/tags/HellYeah" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HellYeah</span></a> <a href="https://digitalcourage.social/tags/DevOps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DevOps</span></a></p>
Jordi Cabot<p>⚙️Are you looking for an <a href="https://fediscience.org/tags/online" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>online</span></a> <a href="https://fediscience.org/tags/database" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>database</span></a> <a href="https://fediscience.org/tags/modeling" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>modeling</span></a> <a href="https://fediscience.org/tags/tool" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tool</span></a> with <a href="https://fediscience.org/tags/SQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQL</span></a> generation?</p><p>With the latest updates (e.g. modeling of <a href="https://fediscience.org/tags/association" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>association</span></a> <a href="https://fediscience.org/tags/classes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>classes</span></a>), BESSER is your ideal tool to <a href="https://fediscience.org/tags/design" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>design</span></a> and <a href="https://fediscience.org/tags/generate" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>generate</span></a> your databases in many different "flavours" : </p><p>☑️ <a href="https://fediscience.org/tags/SQLLite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLLite</span></a></p><p>☑️ <a href="https://fediscience.org/tags/PostgresQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PostgresQL</span></a></p><p>☑️ <a href="https://fediscience.org/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a></p><p>☑️ <a href="https://fediscience.org/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a></p><p>☑️ <a href="https://fediscience.org/tags/MSSQLServer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MSSQLServer</span></a></p><p>☑️ and even <a href="https://fediscience.org/tags/SQLAlchemy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLAlchemy</span></a></p><p>Ready to give it a try? No installation required! ➡️ <a href="https://editor.besser-pearl.org/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">editor.besser-pearl.org/</span><span class="invisible"></span></a> </p><p>Did I already mention is completely 🆓 and <a href="https://fediscience.org/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a>?</p>
Jim Spath<p><span class="h-card" translate="no"><a href="https://federate.social/@jik" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>jik</span></a></span> I just went down a similar path when trying to connect LibreOffice to <a href="https://chaos.social/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a>, finally finding the working driver.</p>
Jonathan Kamens 86 47<p><a href="https://federate.social/tags/Perl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Perl</span></a> DBD::mysql and the corresponding <a href="https://federate.social/tags/RHEL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RHEL</span></a> package have always been <a href="https://federate.social/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a> compatible, i.e., you could install MariaDB and DBD::mysql RPMs together.<br>But the new DBD::mysql package in <a href="https://federate.social/tags/CentOS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CentOS</span></a> stream can no longer be installed with MariaDB.<br>I filed a bug (<a href="https://issues.redhat.com/browse/RHEL-88746" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">issues.redhat.com/browse/RHEL-</span><span class="invisible">88746</span></a>) and <a href="https://federate.social/tags/RedHat" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RedHat</span></a> said it's not supposed to work. Except it always has.<br>What do you think?<br>(Note if it doesn't work then all Perl scripts on the host that use DBD::mysql must be modified to use DBD::MariaDB instead.)<br><a href="https://federate.social/tags/mysql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysql</span></a></p>
Michael Jack<p>1) mariadb:10.11</p><p>This one was easy, since healthcheck is documented.</p><p>Add the following in the [Container] section of the nextcloud-db.container:<br>...<br>HealthCmd=healthcheck.sh --connect --innodb_initialized || exit 1<br>HealthStartPeriod=10s<br>HealthInterval=10s<br>HealthTimeout=5s<br>HealthRetries=3<br>Notify=healthy<br>...</p><p><a href="https://hachyderm.io/tags/podman" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>podman</span></a> <a href="https://hachyderm.io/tags/nextcloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nextcloud</span></a> <a href="https://hachyderm.io/tags/quadlets" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>quadlets</span></a> <a href="https://hachyderm.io/tags/healthcheck" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>healthcheck</span></a> <a href="https://hachyderm.io/tags/mariadb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mariadb</span></a> </p><p><a href="https://mariadb.com/kb/en/using-healthcheck-sh/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">mariadb.com/kb/en/using-health</span><span class="invisible">check-sh/</span></a></p>
olеg lаvrоvsky<p><span class="h-card" translate="no"><a href="https://mastodon.social/@ninecloudnavigators" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>ninecloudnavigators</span></a></span> may I ask why you rather support MySQL instead of <a href="https://hachyderm.io/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a> for your database products?</p>