MySQL Made Easy As Pie
Managed MySQL databases — provisioned in a minute, maintained forever
Works with every MySQL client and framework
Standard MySQL protocol — connect from your favourite ORM, GUI tool, or programming language without any extra drivers.
Laravel
PHP / Eloquent
WordPress
PHP / CMS
Node.js
mysql2 / Knex
Prisma
ORM / TypeScript
Sequelize
Node.js ORM
TablePlus
GUI client
DBeaver
GUI client
MySQL Workbench
GUI client
A production MySQL database in 3 steps
No server provisioning, no config files, no maintenance windows. Just a database that works.
Create your database
Pick a region, choose a plan, and your MySQL database is provisioned in under a minute — no server configuration required.
Get your connection string
Copy your host, port, username, and password from the dashboard. Connect from any app, ORM, or database client immediately.
Start building
PieDB handles backups, scaling, patches, and monitoring so you can focus on your application instead of your database server.
Everything managed for you
PieDB is a fully managed MySQL service. Backups, scaling, patches, monitoring — handled. You just connect and query.
Remote access
- Connect from PieApp, PieBox, or any client worldwide. Works with Laravel, WordPress, Node.js, and any MySQL-compatible app.
SSL-encrypted connections
- All connections are encrypted in transit. Force SSL on your database to ensure your credentials and data are never sent in plaintext.
Daily backups
- Automated daily backups with point-in-time restore. Sleep easy knowing your data can be recovered to any previous state.
High performance
- Optimized MySQL configuration with SSD storage and low-latency networking to keep your queries fast under real production load.
Auto-scaling storage
- Your disk space grows automatically as your data grows. No manual resizing, no downtime, no emergency migrations.
Analytics & monitoring
- Detailed query metrics, connection counts, storage usage, and access logs from the dashboard — always know what your database is doing.
Web-based query editor
- Run SQL queries, browse tables, and inspect your schema directly from the PieHost dashboard without installing any extra tools.
User & permission management
- Create multiple database users with fine-grained privileges. Separate read-only users for reporting from write-access app users.
Connect from anywhere in seconds
Copy your connection credentials from the dashboard and paste them into your app, ORM, or database client. PieDB works with any MySQL-compatible driver.
- Laravel, WordPress, Symfony, and any PHP app
- Node.js with mysql2, Sequelize, Prisma, or Knex
- Connect via TablePlus, DBeaver, or MySQL Workbench
- SSL certificate download available from your dashboard
- Multiple databases per account — one for each project
// Laravel .env
DB_CONNECTION=mysql
DB_HOST=db.pie.host
DB_PORT=3306
DB_DATABASE=myapp
DB_USERNAME=myapp_user
DB_PASSWORD=••••••••••••
// Node.js (mysql2)
const db = mysql.createConnection({
host: "db.pie.host",
user: "myapp_user",
password: process.env.DB_PASSWORD,
database: "myapp",
ssl: { rejectUnauthorized: true },
});Host
db.pie.host
Engine
MySQL 8.0
SSL
Enforced — TLS 1.3
Backups
Daily — auto snapshot
Storage
Auto-scaling SSD
Zero-maintenance infrastructure
PieDB handles the entire database lifecycle — provisioning, patching, backups, and monitoring — so you never have to think about your server again.
- MySQL 8.0 with automatic minor-version patches
- SSD-backed storage with auto-scaling enabled
- TLS 1.3 enforced — no unencrypted connections
- Daily snapshots retained for point-in-time restore
Production-ready from day one
Backups, encryption, monitoring, and scaling included on every plan — not as paid add-ons.
- Managed MySQL updates and security patches
- Automated daily backups with one-click restore
- SSL/TLS encryption enforced on all connections
- Per-region deployments — stay close to your users
- Connection pooling to handle traffic spikes
- Multiple database users with per-user privileges
- Dashboard query editor — no client install needed
- Storage alerts before you run out of space
Works seamlessly with PieApp
Run your application on PieApp and your database on PieDB — both on the same infrastructure, in the same region, with private networking between them. Low latency, no egress fees.
Create a DatabaseSame-region private networking
Connect PieApp to PieDB over a private network. No public internet, no latency penalty.
No exposed ports needed
Keep your database off the public internet entirely when accessed only from PieApp.
Scale both together
Scale your app and your database independently as your traffic grows.
