第131回 AIコーディングの普及で○○○は不要になる? MySQL Critical Security Update Patchリリース & 新バージョン番号、PostgreSQLバージョン19ベータ版が登場
https://gihyo.jp/article/2026/07/ossdb-various-news0131?utm_source=feed
第131回 AIコーディングの普及で○○○は不要になる? MySQL Critical Security Update Patchリリース & 新バージョン番号、PostgreSQLバージョン19ベータ版が登場
https://gihyo.jp/article/2026/07/ossdb-various-news0131?utm_source=feed
📚 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.
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/
Interview with a DBA (Database Administrator)
"Developers have funny ideas. They want a new column every day"

Database AdministratorInterview with a DBA with Walter Wallis - a...
Harness is hiring Principal Software Engineer
🔧 #java #api #aws #azure #cicd #docker #elasticsearch #gcp #mysql #postgresql #sql #principalengineer
🌎 Remote; United States
⏰ Full-time
🏢 Harness
Job details https://jobsfordevelopers.com/jobs/principal-software-engineer-at-harness-io-mar-10-2026-a22183?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
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.)