Database Tutorial

Course Tutorial Site

Site Admin

Lab

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.

Objectives

You learn how to use the LAMP stack. Understand where the component parts are deployed and how they interact.

Business Scenario

Business deploy web applications that use the LAMP stack. They typically choose a database that they deploy on a cluster they own or one they deploy in a public or private cloud. They deploy their web applications on another set of servers with some servers dedicated to load balance high volumes of concurrent transactions. The web applications provides an interface to a connection library that interacts with the database.

Written by michaelmclaughlin

August 11th, 2018 at 4:17 pm

Posted in