Managed Databases - Get Started

Fully managed cloud database clusters built on top of Linode’s trusted and reliable platform.

Create a Linode account to try this guide with a $ credit.
This credit will be applied to any valid services used during your first  days.

Linode’s Managed Database service is a convenient and reliable way to host your database workloads in the cloud. Quickly get up and running by following the instructions within this guide.

Create a Managed Database

A Managed Database can be deployed using the Cloud Manager, the Linode API, or the Linode CLI. For instructions on deploying it through the Cloud Manager, see the following guide:

Connect to Your Database

Once a Managed Database has been provisioned, you can connect to it from any compatible system or applications. Before you do so, the system’s IP address needs to be added to the database cluster’s access control list.

Migrate an Existing Database

If you are replacing an existing database with Linode’s Managed Database service, you will need to migrate that data after the database cluster has been fully provisioned. The guide Migrate a MySQL or MariaDB Database to a Managed Database walks you through migrating a MySQL database.

Integrate the Database into an Application

While its possible to add data directly to a database using CLI or GUI tools, it’s much more common to integrate the database into an existing application. For instance, you can use the database with any web stack that utilizes your chosen database engine (DBMS) such as LEMP / LAMP for MySQL and MERN / MEAN for MongoDB. When using a Managed Database, you can forgo installing the database locally on the system and instead use the credentials and connection details for your Managed Database. The instructions for connecting to a remote database vary by application. For example, here’s a guide for WordPress: Configure WordPress to use a Remote Database.

This page was originally published on


Your Feedback Is Important

Let us know if this guide was helpful to you.