I have downloaded the MAMP and installed it on my iMAC. I intend to use it to train others to update pages on our web site offline. I assume this will load typo3 so how do I start typo3?
This is what I get
Welcome to MAMP
If you can see this page, MAMP is installed on your Mac and everything is working!
To see the PHP configuration, you can watch the output of phpinfo.
Here you can manage eAccelerator.
The MySQL Database can be administrated with phpMyAdmin.
To connect to the MySQL Server from your own scripts use the following connection parameters:
Host: localhost
[Port: 8889]
User: root
Password: root
Example:
$link = mysql_connect('localhost', 'root', 'root');
or you can connect using an UNIX Socket:
Socket: /Applications/MAMP/tmp/mysql/mysql.sock
User: root
Password: root
Example:
$link = mysql_connect(':/Applications/MAMP/tmp/mysql/mysql.sock', 'root', 'root');
Have fun and enjoy,
Your MAMP-Team
I AM NOT A PROGRAMMER.
How do I start typo3 from here?
This is what I get
Welcome to MAMP
If you can see this page, MAMP is installed on your Mac and everything is working!
To see the PHP configuration, you can watch the output of phpinfo.
Here you can manage eAccelerator.
The MySQL Database can be administrated with phpMyAdmin.
To connect to the MySQL Server from your own scripts use the following connection parameters:
Host: localhost
[Port: 8889]
User: root
Password: root
Example:
$link = mysql_connect('localhost', 'root', 'root');
or you can connect using an UNIX Socket:
Socket: /Applications/MAMP/tmp/mysql/mysql.sock
User: root
Password: root
Example:
$link = mysql_connect(':/Applications/MAMP/tmp/mysql/mysql.sock', 'root', 'root');
Have fun and enjoy,
Your MAMP-Team
I AM NOT A PROGRAMMER.
How do I start typo3 from here?



Author: