Browsing Tag
mariadb
4 posts
How to Detect and Defend Against SQL Injection Attacks – Part 2
Author: Trix Cyrus Waymap Pentesting tool: Click Here TrixSec Github: Click Here TrixSec Telegram: Click Here In the…
MariaDB 10.9 on OpenBSD 7.3: インストール
はじめに MariaDB は広く使われているリレーショナル (関係) データベース管理システム (RDBMS) の一つです。MySQL から、オリジナルの開発者たちの一部によってフォークされました。 オープンソースであり、GNU GPL 2 で ライセンスされています。長い歴史と管理維持のための知見の蓄積があり、コミュニティでも企業でも使えます。 堅牢でクリーンなオペレーティング・システムである OpenBSD へのインストールは容易です。パッケージ管理 (英語) システム…
MariaDB 10.9 on OpenBSD 7.3: Install
Summary MariaDB is one of the popular relational database management systems (RDBMS), forked from MySQL by some of…
Scaling Databases: A Developer’s Journey
In the vast world of software development, navigating the world of databases is quite an adventure. There are…