Skip to content

Commit 0f6e9d2

Browse files
authored
Update planetscale.mdx (#21556)
Fix planetscale docs for hyperdrive
1 parent a7c6a5f commit 0f6e9d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/docs/hyperdrive/examples/connect-to-mysql/planetscale.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
22
type: example
3-
summary: Connect Hyperdrive to a Planetscale Postgres database.
3+
summary: Connect Hyperdrive to a PlanetScale MySQL database.
44
pcx_content_type: example
5-
title: Planetscale
5+
title: PlanetScale
66
sidebar:
77
order: 4
8-
description: Connect Hyperdrive to a Planetscale Postgres database.
8+
description: Connect Hyperdrive to a PlanetScale MySQL database.
99
---
1010

1111
import { Render } from "~/components";
1212

13-
This example shows you how to connect Hyperdrive to a [Planetscale](https://Planetscale.tech/) Postgres database.
13+
This example shows you how to connect Hyperdrive to a [PlanetScale](https://planetscale.com/) MySQL database.
1414

1515
## 1. Allow Hyperdrive access
1616

17-
You can connect Hyperdrive to any existing Planetscale database by creating a new user and fetching your database connection string.
17+
You can connect Hyperdrive to any existing PlanetScale database by creating a new user and fetching your database connection string.
1818

1919
### Planetscale Dashboard
2020

21-
1. Go to the [**Planetscale dashboard**](https://app.planetscale.com/) and select the database you wish to connect to.
21+
1. Go to the [**PlanetScale dashboard**](https://app.planetscale.com/) and select the database you wish to connect to.
2222
2. Click **Connect**. Enter `hyperdrive-user` as the password name (or your preferred name) and configure the permissions as desired. Select **Create password**. Note the username and password as they will not be displayed again.
2323
3. Select **Other** as your language or framework. Note down the database host, database name, database username, and password. You will need these to create a database configuration in Hyperdrive.
2424

0 commit comments

Comments
 (0)