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

- phpInfo
- Shows detailed information about the active PHP configuration.

- phpMyAdmin
- Web-based administration tool for MySQL databases. MAMP includes three versions of phpMyAdmin to support different PHP versions – the active version is chosen based on the current PHP version.

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

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

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

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

- Documentation
- Opens this documentation.
- Bugbase
- Report bugs or submit feature requests.
Examples
Section titled “Examples”Several code examples show how to connect to MySQL and SQLite databases using PHP and Python.