Database Manager
Connect to your MySQL/MariaDB server and manage your database visually.
Connect
- Go to Database in the sidebar
- Enter your connection details (host, port, user, password, database)
- Click Connect
CfxKit auto-detects database settings from your server.cfg if you use mysql_connection_string.
Features
Table Browser
- View all tables in your database
- Browse rows with pagination
- Sort by any column
SQL Editor
- Write and execute SQL queries
- Syntax highlighting
- Query history
Export
- Export your entire database as a
.sqlfile - Available in Build & Deploy when database is connected
- Includes CREATE TABLE + INSERT statements