Explore Database Guides
Specialized technical documentation and workflows for Database.
Database
Access MySQL Externally via TablePlus
Secure Connection 1. Best: Use SSH Tunnel in TablePlus/DBeaver. 2. Alternative: Enable "Public Access" in Coolify MySQL settings (Proxy port 33060) t
mysqldatabasesecurity+ 1
Database
Finding the MySQL Internal Hostname in Coolify/Docker
Internal Connectivity Docker containers in the same Coolify project communicate via internal hostnames, not localhost. Find it in MySQL Resource → C
coolifymysqldocker+ 1
Database
Migrate Prisma from SQLite to MySQL — Auth.js Token Fix
Key Fixes 1. Change provider to "mysql" in schema. 2. Delete previous migrations. 3. Fix Auth.js Token Length: Use @db.Text for access_token and id_t
prismamysqlsqlite+ 2