Skip to content

MariaDB

MariaDB

Anyquery is able to run queries from MySQL wire-compatible databases, such as MariaDB. This is useful when you want to import/export data from/to a MariaDB database. Or when you want to join an API with a MariaDB database.

Connection

To connect a MariaDB database to Anyquery, you need to provide the connection string. It has the following format:

user:password@tcp(domain.svc.singlestore.com:3000)/database?tls=true

Then, create a new connection using the following command:

Terminal window
anyquery connection add

Refer to the MySQL guide for more information about the different parameters.

Additional information

  • Geometry types of MariaDB are not supported in Anyquery. If you need to work with geometry types, consider using MySQL or PostgreSQL.