social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.8K
active users

#mysql

8 posts8 participants0 posts today

#Shaarli: How to Add Multiple Hosts in phpMyAdmin – TecAdmin - Méthode pour gérer plusieurs bases MySQL dans un même PhpMyAdmin.

Pour des bases en docker, installer le container PMA sur le même réseau docker et donner le nom du container pour afficher la base.

Permet en théorie de sélectionner des bases docker internes et des bases externes (hébergeur). : tecadmin.net/add-multiple-host #phpmyadmin #docker #bases #mysql

Add Multiple Hosts in phpMyAdmin
TecAdmin · How to Add Multiple Hosts in phpMyAdmin – TecAdminThis how to guide will help you to add multiple hosts ( database server ) in phpMyAdmin, So we can select to which database server we need to connect.

Know Your Meme: April 2025 4chan Hack. “April 2025 4chan Hack refers to memes and jokes about the Soyjak.party community supposedly hacking 4chan, restoring the deleted /QA/ board, and leaking the emails of 4chan moderators, also known as ‘janitors.’ The attackers reportedly exploited outdated PHP code and deprecated MySQL functions in 4chan’s backend, particularly in a core script named […]

https://rbfirehose.com/2025/04/15/know-your-meme-april-2025-4chan-hack/

ResearchBuzz: Firehose | Individual posts from ResearchBuzz · Know Your Meme: April 2025 4chan Hack | ResearchBuzz: Firehose
More from ResearchBuzz: Firehose

Question, my colleague want's a small database with only a few tables ( / ) - Data pushed with PowerShell Scripts

He also wants a small Web UI to search in this database with "basic" filtering

I've found (adminer.org/de/) which looks simpler then things like phpMyAdmin

Is this a good choice ? thx

www.adminer.orgAdminer - Datenbank-Verwaltung in einer einzigen PHP-Datei Adminer ist für: MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, Oracle. Andere per Plugin verfügbar: Elasticsearch, SimpleDB, MongoDB, Firebird, Clickhouse.

Open Source Linux MySQL Tools!

Was ist MySQL?

MySQL ist ein weit verbreitetes, relationales Datenbankmanagementsystem (RDBMS), das auf der Structured Query Language (SQL) basiert. Es wird häufig für die Speicherung, Verwaltung und Abfrage von Daten in verschiedenen Anwendungen eingesetzt, von kleinen Websites bis hin zu großen Unternehmensanwendungen.

linuxlinks.com/mysqltools/

LinuxLinks · 17 Best Free and Open Source Linux MySQL Tools - LinuxLinksThis article identifies 17 open source tools which help to reduce the complexity associated with the powerful database software.

Upgrade from MySQL 8.0.33 to 8.0.41 this morning on production.

Everything went smoothly... until:

Lock timeout when upgrading an intermediate primary in a ClusterSet. It looks like bugs.mysql.com/bug.php?id=1002. I know that kill -9 has been used in the past (yes, MySQL can be challenging and it's the only solution), so let's re-initialize the host. 6TB of data, it's going to be long but we have no choice at this point.

The Percona Server version of MySQL Shell doesn't support the Javascript interface anymore. The official documentation has Javascript examples everywhere but not Python. I had to guess and learn the Python equivalent in emergency.

Then if we define a "localAddress" to "Cluster.add_instance", MySQL tries to use the deprecated "XCOM" communication stack instead of "MYSQL". If you have errors on port 33061, you should remove the localAddress and/or use the "MYSQL" communication stack dev.mysql.com/doc/mysql-shell/

Every time the service is started, it takes 30 seconds to initialize the InnoDB buffer pool because the host has 1TB of RAM.

For an unknown reason, the mandb process takes multiple minutes when upgrading a package.

Time is really long when you do upgrades.

bugs.mysql.comMySQL Bugs: #100242: Upgrade from MySQL 8.0.16 to MySQL 8.0.18 failed

I am throwing a fit trying to get the python mysql-connector installed.

pip gives me an error:
error: externally-managed-environment

× This environment is externally managed

How do I get this thing installed? So many of my programs use this.