Welcome to MyQuery
Follow the steps below to connect your database.Step 1: Define your schema name
Enter the schema (or list of schemas) you want MyQuery to index.MyQuery reads metadata (tables, columns) to build the semantic layer; data is accessed only when you run a query.
Step 2: Choose your database type
MyQuery supports connecting to and managing data from multiple database types, including:
Step 3: Connect your database
Provide the required connection details:- Host and Port
Defaults: Oracle1521
, Postgres5432
, SQL Server1433
, MySQL3306
, MongoDB27017
. - Database / Service / SID (engine-specific)
- Username / Password with read-only privileges (least-privilege recommended)
- SSL/TLS (and wallet/cert files if your environment requires them)
- Oracle: Use Service Name or SID. Wallet/mTLS if applicable.
- Postgres: Database name required; SSL recommended on public networks.
- SQL Server: Specify encryption settings as required by your server policy.
- MySQL: Provide DB name; enable TLS if enforced.
- MongoDB: Use standard or SRV URI format.
Firewall allowlist
Add this IP to your database allowlist to ensure connectivity:
Add this IP to your database allowlist to ensure connectivity:
62.171.190.236
Step 4: Save Connection
Click Save to test the connection and start schema sync.Upon success, you can begin querying and building dashboards.