Databases
4 guides
-
Create a database and give a user access
A working application needs a database, a database user and the right privileges.
Tools → Databases → Database Wizard / Manage My Databases
-
Check databases and use phpMyAdmin safely
Inspect tables or export an application database without confusing it with system metadata.
Tools → Databases → Manage My Databases / phpMyAdmin
-
Allow a trusted remote database connection
Allowlist a specific external host only when an application genuinely needs remote access.
Tools → Databases → Remote Database Access
-
Use PostgreSQL databases and phpPgAdmin
Set up PostgreSQL only for applications that specifically require it.
Tools → Databases → PostgreSQL Databases / PostgreSQL Database Wizard / phpPgAdmin