Thursday, September 28, 2017

Lab 1: Accessing MySQL/MariaDB Database in Local Machine

Objectives:
* this lab exercise is conducted assuming the XAMPP had been installed in local device. If the software package is not available, please download and install the XAMPP software package from https://www.apachefriends.org/download.html.
* This lab is designed for Window Environment. Some instructions may vary depends on the different environment used.

Instructions:

Visit the links based on the objectives above and complete the following tasks:
  1. Complete a login to your MySQL/MariaDB server using console.
  2. Create a database using MySQL/MariaDB console with your own matric number as the table name. 
  3. Delete the newly created database using the drop database command.
  4. Show the list of tables in database "mysql" and describe one of the tables in the database.
*Using snipping tools (in windows) or screencapture software to print screen the show database result before and after the task. Save the task title and also the screencapture in a Microsoft Document named "lab1-[matric no]".