Description
Applications running on PHP 8.3 can connect to MySQL and MariaDB databases. These runtime drivers are used by web apps, CMS platforms, admin tools, and backend jobs that store or query records. They are dependency-only and have no separate launcher; PHP code uses them when enabled and database credentials are configured. Connection strings, privileges, prepared statements, and backups need review because database access can expose private data or perform destructive writes.