Sunday, September 4, 2011

Introducing Mamp/phpmyadmin and MySQL

Another Software that I have found was Mamp. Mamp is also a freeware that allows you to private host any website for viewing as one would view it after realease. Mamp also contains phpmyadmin which allows you to create any MySQL databases for any website available. Therefore, when a user registers for a user account in a website, that user's particular information (For Example, Username, Password etc.) gets stored within the database.  In addition, when a user logs on to their particular account, the Mysql function trigers then retrieves the user's information from the database which it later dislays it on the webpage. Mamp is similar to Amamp. However Amamp is designed for PC and Mamp is designed for Mac. Additionaly, along with a regular MySQL server (MySQL hostname,username and password provided) Mamp also contains an Apache server which I have not mastered its uses yet.

No comments:

Post a Comment