Description
Lab #13: LAMP Architecture
Learn how to use the LAMP (Linux, Apache, MySQL, and PHP, Perl, or Python) stack. This particular example uses a MySQL database and PHP Programming Language.
- Lab
- Description
- Help Section
- Instructions
Lab Description
You learn how to use the LAMP stack. Understand where the component parts are deployed and how they interact.
The lab has four parts, which you find after clicking on the Lab Instructions link. The steps are:
- Step 1: Prepare the MySQL database by installing the Video Store data model and populating it with data.
- Step 2: Add the
item_desc
anditem_blob
columns to theitem
table. - Step 3: ou can test the LAMP stack and upload of a large text file into the
item_desc
column; and then display the large text file. - Step 4: You can test the LAMP stack and upload of a image file into the
item_blob
column; and then display the image and large text file in a single web page.