All Products
Search
Document Center

PolarDB:Overview

Last Updated:Mar 28, 2026

Set up a PolarDB-X instance and run your first SQL query.

Prerequisites

Before you begin, ensure that you have:

Set up your first PolarDB-X instance

If this is your first time using PolarDB-X, read Product introduction to understand the core concepts, development history, and common use cases before proceeding.

Introduction: Outlines the concepts, history, and scenarios of PolarDB-X.

Follow these steps to provision and connect to a PolarDB-X database:

  1. Create a PolarDB-X instance — provision the compute and storage resources for your database.

  2. Create an account — set up a database account with the appropriate privileges.

  3. Create a database — create a database within the instance.

  4. Connect to a PolarDB-X database — connect using a MySQL-compatible client or connection string.

  5. Basic SQL operations — run your first queries to create tables, insert data, and verify the setup.

What's next

After completing the setup, explore these resources based on your goals:

  • Continue learning: Browse the PolarDB-X documentation to learn about scaling, high availability, and performance tuning.

  • Go to production: Review best practices for production deployments, including backup configuration and monitoring.