Install
- CLI
- Dashboard
Credentials
| Field | Value |
|---|---|
| Host | localhost |
| Port | 3306 |
| Username | instapod |
| Password | (auto-generated) |
| Database | instapod |
Connecting from Your Application
PHP
Node.js
Python
Command Line Access
SSH into your pod and use themysql client:
Configuration
MySQL runs with secure defaults suitable for development:- Listens on
localhost:3306only (not accessible from outside the pod) - Default charset:
utf8mb4 - InnoDB storage engine