Skip to content
MAMP PRO Documentation

WebStart

The MAMP PRO WebStart page provides quick access to database tools, PHP information, and documentation.

MAMP PRO - WebStart

phpInfo
Shows detailed information about the active PHP configuration.

MAMP PRO - WebStart - phpInfo

To access phpInfo for each site, see the Sites › Site › General › Basic page (PHP version section).

phpMyAdmin
Web-based administration tool for MySQL databases. MAMP PRO includes three versions of phpMyAdmin to support different PHP versions – the active version is selected based on the PHP version set on the localhost host.

MAMP PRO - WebStart - phpMyAdmin

Adminer
Lightweight web-based database administration tool, also written in PHP.

MAMP PRO - WebStart - Adminer

phpLiteAdmin
Web-based administration tool for SQLite databases (SQLite3 and SQLite2).

MAMP PRO - WebStart - phpLiteAdmin

APC
APC User Cache – a free, open opcode cache for PHP. Learn more.

MAMP PRO - WebStart - Tools - APC

OPcache
Stores precompiled script bytecode in shared memory so that PHP skips parsing on every request. Learn more.

MAMP PRO - WebStart - Tools - OPCache

Documentation
Opens this documentation.
Bugbase
Report bugs or submit feature requests.

Several code examples show how to connect to MySQL and SQLite databases using PHP and Python.