WebStart
The default MAMP PRO WebStart page provides links to access utilities such as phpMyAdmin, phpInfo, SQLite Manager, phpLiteAdmin, FAQ, and the MAMP Website.
PHPInfo
PHPInfo provides general information about your PHP interpreter. Information including which extensions are included can be found using phpInfo.
Your php.ini file directory location can be found through phpInfo. The php.ini file cannot be modified directly. Changes to the php.ini file must be made through the template file.
To access the phpInfo of each individual host see the Settings > Hosts > General section.
Tools
-
phpMyAdmin
phpMyAdmin is a web based database administration tool. Your MAMP PRO instance of phpMyAdmin can be accessed through a link in the WebStart page. The source files for this instance of phpMyAdmin are located at
“C:\Public\Public Documents\MAMPPRO\phpmyadmin.
-
- SQL Lite Manager *
A link to your SQL Lite Manager.
- SQL Lite Manager *
-
-
- phpLiteAdmin**
phpLiteAdmin is a web-based SQLite database administration tool written in PHP with support for SQLite3 and SQLite2.
- phpLiteAdmin**
-
-
APC
The Alternative PHP Cache is a free and open opcode cache for PHP. -
- eAccelerator *
The eAccelerator is a free and open source PHP accelerator & optimizer.
- eAccelerator *
-
XCache
XCache is an open source opcode cache. - OPCache
OPcache improves PHP performance by storing precompiled script bytecode in shared memory, eliminating the need for PHP to load and parse scripts on every request.
Examples
Several examples show how to connect to the MySQL database using PHP, Python, Perl, Ruby