MariaDB is a community-developed fork of MySQL, wire-compatible and a drop-in replacement in most setups. QueryBear connects over the MySQL protocol, giving your AI clients safe, read-only access through QueryBear’s security gateway.Documentation Index
Fetch the complete documentation index at: https://docs.querybear.com/llms.txt
Use this file to discover all available pages before exploring further.
Get your MariaDB connection details
You’ll need the host, port (3306 by default), database name, and credentials. For managed MariaDB (SkySQL, Amazon RDS for MariaDB, Azure, etc.), copy the endpoint from your provider’s console.
Create a read-only user
MariaDB uses MySQL-compatible user management. Run the MySQL read-only user SQL:Add the connection to QueryBear
In the QueryBear dashboard → Connections → New connection → MySQL. Enter the MariaDB host/port/database/user/password and set SSL moderequire for any remote connection.
MariaDB-specific notes
- Choose MySQL as the connection type in QueryBear — MariaDB speaks the same protocol.
- MariaDB-specific syntax works: Sequences,
RETURNINGon some statements, and other MariaDB extensions don’t affect read-onlySELECTqueries. - JSON functions: MariaDB’s JSON functions are supported.
- Multi-statement queries blocked at the parser, as with all engines.