第131回 AIコーディングの普及で○○○は不要になる? MySQL Critical Security Update Patchリリース & 新バージョン番号、PostgreSQLバージョン19ベータ版が登場
https://gihyo.jp/article/2026/07/ossdb-various-news0131?utm_source=feed

#gihyo #技術評論社 #gihyo_jp #MySQL #PostgreSQL #Tsurugi

第131回 AIコーディングの普及で○○○は不要になる? MySQL Critical Security Update Patchリリース & 新バージョン番号、PostgreSQLバージョン19ベータ版が登場 | gihyo.jp

この連載はOSSコンソーシアム データベース部会のメンバーがオープンソースデータベースの毎月の出来事をお伝えしています。

gihyo.jp

Hey #mysql peeps, I haven't worked with mysql in almost a decade now. Is there something akin to mysql workbench available for android tablets? I have mysql running on my nas., just need something I can use while I am sitting watching TV.

#mysql #android

📚 Deploy #Koha on #Debian #VPS for Self-Hosted Library Management System This article provides a guide to deploy Koha on Debian VPS to run a self-hosted library management system.

What is Koha?
Koha is an open-source integrated library system, used world-wide by public, school and special libraries, as well ...
Continued 👉 https://blog.radwebhosting.com/deploy-koha-on-debian-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #librarymanagementsoftware #zebraserver #mariadb #fail2ban #opensource #mysql #integratedlibrarysystem #selfhosting #ufw #selfhosted #letsencrypt

@DarkWebInformer Got a shudder down my spine. I started out as a SQLSEVER and MYSQL DBA in 1998.

Managing log shipping and DTS packages were my last straw and switched to cyber security.

This would have been me after 25 years.

#dba #sqlserver #mysql #cybersecurity

How would you find a good freelance MySQL & Stripe developer for a project these days?

Web search results seem to be all scams and spams and AI slop. (And we don’t want vibe coding, we want past experience. That’s the thing I lack with MySQL & Stripe.)

All suggestions welcomed!
#mysql #stripe #webdev

Oracle is adding defined contributor roles, project leadership paths, and a Technical Steering Committee to guide MySQL’s future.
https://linuxiac.com/mysql-gets-new-governance-model-as-oracle-expands-community-push/

#oracle #mysql #opensource

Interview with a DBA (Database Administrator)

"Developers have funny ideas. They want a new column every day"

https://www.youtube.com/watch?v=5KyfW79Ld4g

#coding #softwareengineering #sql #mysql

Interview with a DBA (Database Administrator)

Database AdministratorInterview with a DBA with Walter Wallis - a...

YouTube
Principal Software Engineer at Harness

Harness is hiring Principal Software Engineer

On the #Perl side there is https://rt.cpan.org/Public/Bug/Display.html?id=133113 but I'm not yet aware of a #MySQL bug.

Combined this makes for a fun #IPv6-centric Postel's Law violation.

If you use #MySQL, watch out as the INET6_NTOA function is not compliant with #IPv6 RFC 5952 §4.2.2.

In particular:

SELECT INET6_NTOA(UNHEX('00010002000300040005000600070000'));
yields "1:2:3:4:5:6:7::" rather than "1:2:3:4:5:6:7:0".

(For added fun, perl's Net::IP rejects the former as a corner-case due to a bug.)