Database Tutorial

Course Tutorial Site

Site Admin

Description

without comments

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

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 and item_blob columns to the item 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.

Written by michaelmclaughlin

August 13th, 2018 at 12:08 pm

Posted in