Skip to main content
MySQL 8.0 is available as an on-demand service for your pods.

Install

Installation takes approximately 8–15 seconds.

Credentials

Connecting from Your Application

PHP

Node.js

Python

Command Line Access

SSH into your pod and use the mysql client:

Configuration

MySQL runs with secure defaults suitable for development:
  • Listens on localhost:3306 only (not accessible from outside the pod)
  • Default charset: utf8mb4
  • InnoDB storage engine