InfiniSynapseFree tool · connection readiness

Database Compatibility Checker

Choose a database, enter the endpoint details, and run the right compatibility check before connecting your data stack to an analytics workflow.

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.

AUTH
PG
PostgreSQL
Login test
AUTH
MY
MySQL
Login test
AUTH
MA
MariaDB
Login test
AUTH
RS
Redshift
PG driver
AUTH
CR
CockroachDB
PG driver
TCP
SF
Snowflake
Port check
TCP
CH
ClickHouse
Port check
TCP
DB
Databricks SQL
Port check
TCP
MS
SQL Server
Port check
TCP
OR
Oracle
Port check
TCP
MO
MongoDB
Port check
Auth test: validates endpoint and credentials
TCP test: validates host and port reachability only

How to Use

1Choose the database type

Auth-test databases ask for credentials. TCP-test databases only ask for host and port.

2Enter the endpoint

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.

3Read the result correctly

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

DatabaseChecker behaviorWhat a pass meansDefault port
PostgreSQLDriver authentication testEndpoint is reachable and credentials work5432
MySQLDriver authentication testEndpoint is reachable and credentials work3306
MariaDBMySQL-compatible authentication testEndpoint is reachable and credentials work3306
Amazon RedshiftPostgreSQL-compatible authentication testCluster endpoint is reachable and credentials work5439
CockroachDBPostgreSQL-compatible authentication testEndpoint is reachable and credentials work26257
SnowflakeTCP reachability testAccount endpoint is reachable; auth still needs platform setup443
ClickHouseTCP reachability testHTTP/TCP endpoint is reachable; auth is not validated8123
Databricks SQLTCP reachability testWorkspace endpoint is reachable; token auth is not validated443
SQL ServerTCP reachability testServer port is reachable; login/encryption are not validated1433
OracleTCP reachability testListener port is reachable; service name and wallet are not validated1521
MongoDBTCP reachability testMongoDB port is reachable; auth and replica options are not validated27017

FAQ

What does this database compatibility checker test?
For PostgreSQL-compatible and MySQL-compatible engines, it sends a one-time request to check endpoint reachability and authentication. For Snowflake, ClickHouse, Databricks, SQL Server, Oracle, and MongoDB, it tests TCP reachability only.
Are credentials stored?
No. Credentials are sent only in the one-time auth request and are not stored by this page. TCP-only checks do not ask for usernames or passwords.
Why did my firewall or private database fail?
Private networks often block requests from public serverless infrastructure. Check security groups, public endpoint settings, allowlists, SSL requirements, or use a private tunnel in your production setup.
Why is BigQuery not listed?
BigQuery does not expose a normal database host and port for this style of connectivity check. Connect BigQuery through Google Cloud project and service account settings in the product setup flow.
What should I do after a successful database compatibility check?
A successful auth test means credentials and basic connectivity work. A successful TCP-only test means the endpoint is reachable, but credentials and permissions still need to be verified in the target system.

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

Related Tools