Database Compatibility Checker
Security note: PostgreSQL, MySQL, MariaDB, Redshift, and CockroachDB use a one-time authentication test. Snowflake, ClickHouse, Databricks, SQL Server, Oracle, and MongoDB use TCP reachability only. This page does not store credentials.
How to Use
Auth-test databases ask for credentials. TCP-test databases only ask for host and port.
Use the same host and port your app or BI tool would use. For private networks, test from the same network path you plan to use in production.
Auth success means login worked. TCP success only means the endpoint is reachable; credentials and permissions still need a product-side setup check.
Supported Database Workflows
| Database | Checker behavior | What a pass means | Default port |
|---|---|---|---|
| PostgreSQL | Driver authentication test | Endpoint is reachable and credentials work | 5432 |
| MySQL | Driver authentication test | Endpoint is reachable and credentials work | 3306 |
| MariaDB | MySQL-compatible authentication test | Endpoint is reachable and credentials work | 3306 |
| Amazon Redshift | PostgreSQL-compatible authentication test | Cluster endpoint is reachable and credentials work | 5439 |
| CockroachDB | PostgreSQL-compatible authentication test | Endpoint is reachable and credentials work | 26257 |
| Snowflake | TCP reachability test | Account endpoint is reachable; auth still needs platform setup | 443 |
| ClickHouse | TCP reachability test | HTTP/TCP endpoint is reachable; auth is not validated | 8123 |
| Databricks SQL | TCP reachability test | Workspace endpoint is reachable; token auth is not validated | 443 |
| SQL Server | TCP reachability test | Server port is reachable; login/encryption are not validated | 1433 |
| Oracle | TCP reachability test | Listener port is reachable; service name and wallet are not validated | 1521 |
| MongoDB | TCP reachability test | MongoDB port is reachable; auth and replica options are not validated | 27017 |
FAQ
Methodology and Disclosure
This database compatibility checker is maintained by InfiniSynapse. Links to InfiniSynapse are first-party product links, and the tool is intended to help evaluate connection readiness before using the InfiniSynapse app.
The page was last reviewed on June 11, 2026. Visible copy, FAQ answers, and structured data distinguish credential-based driver tests from TCP-only checks so the page does not overstate what is being tested.
Ready to connect your data?
After the compatibility check, connect your database in InfiniSynapse and validate schema discovery with a limited-permission account.
Try InfiniSynapse Free