Xampp and Mariadb - Installation, Capabilities, and Database Structure

Verified

Added on  2023/06/08

|19
|892
|389
AI Summary
This article provides step-by-step instructions on how to install Xampp and Mariadb, explores the capabilities of Mariadb, and explains the approach to conceptual or logical model of the database structure in Mariadb. It also includes a simple database example.

Contribute Materials

Your contribution can guide someone’s learning journey. Share your documents today.
Document Page
Running head: XAMPP AND MARIADB
Xampp and Mariadb
Name of student
Name of University
Author’s Note

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
1XAMPP AND MARIADB
Table of Contents
1. Installation of Xampp to open Mysql.......................................................................................2
2. Installation of MariaDB MSI Package to open Mysql.............................................................9
3. Capabilities of MariaDB........................................................................................................15
4. Approach to conceptual or logical model of the database structure in MariaDB..................16
5. Bibliography...........................................................................................................................17
Document Page
2XAMPP AND MARIADB
1. Installation of Xampp to open Mysql
Step 1: The link https://www.apachefriends.org/index.html is open on the web browser.
Step 2: The XAMPP for Windows option is selected for download.
Step 3: Double-click on ‘xampp-win32-7.2.7-0-VC15-installer’
Document Page
3XAMPP AND MARIADB
Step 4: The OK button is clicked.
Step 5: The Xampp Setup dialogue box appear. Clicked on the ‘Next’ button.
Step 6: Clicked on the ‘Next’ button.

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
4XAMPP AND MARIADB
Step 7: The installation folder location is selected and clicked on the ‘Next’ button.
Step 8: Clicked the ‘Next’ button.
Document Page
5XAMPP AND MARIADB
Step 9: Clicked the ‘Next’ button.
Step 10: Installation is processing.
Document Page
6XAMPP AND MARIADB
Step 11: Clicked on the Finish button.
Step 12: Selected the Language option Clicked on ‘Save’.
Step 13: ‘Start’ option is selected for MySql.

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
7XAMPP AND MARIADB
Step 14: ‘Start’ option is selected for Apache
Step 15: Both Apache and MySQL is running on XAMPP.
Document Page
8XAMPP AND MARIADB
Step 16: On the web browser ‘localhost’ is search to open the Xampp.
Step 17: The ‘MySQL’ dashboard’ is open.
Document Page
9XAMPP AND MARIADB

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
10XAMPP AND MARIADB
Step 18: The new database will be created by click on the ‘New’ option.
2. Installation of MariaDB MSI Package to open Mysql
Step 1: MariaDB website need to open from the link https://downloads.mariadb.org/ in the
web browser. Then had clicked on the green box shown in figure.
Document Page
11XAMPP AND MARIADB
Step 2: The link that open https://downloads.mariadb.org/mariadb/10.3.8/ from it, MSI
Package for Win 64 is selected.
Step 3: The MaraiDB 5.2 (x64) set up dialogue box appear. Then clicked on next.
Document Page
12XAMPP AND MARIADB
Step 4: The License Agreement dialogue box appear. Select the ‘I accept the terms in the
License Agreement’ and click on Next button.
Step 5: In Custom Setup clicked the next button.

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
13XAMPP AND MARIADB
Step 6: For the Database Security or Authentication password is set for the “root” database.
Step 7: In Other properties of Database all the check box is selected and click on the next
botton.
Document Page
14XAMPP AND MARIADB
Step 8: The MariaDB is then ready to install. The Install button is clicked to install MariaDb.
Step 9: A popup appear for User Account Control (UAC) to enable. In it the Yes button is
clicked.
Document Page
15XAMPP AND MARIADB

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
16XAMPP AND MARIADB
Step 10: The Finish button is clicked and the setup is ready for MariaDB.
3. Capabilities of MariaDB
The developers using MySQL can now migrate to MariaDB for the following reason:
1. The development of MariaDB is more open and vibrant.
2. Security releases are quicker and more transparent
3. The features that it has are more cutting edge
4. Storage engine are more
5. Performance are better
6. Galera provide master-master replication
7. Stewardship of oracle is uncertain
8. Popularity has leapt in MariaDB
Document Page
17XAMPP AND MARIADB
9. Migrating to MariaDB is easy and Compatible
10. After 2015 migration become difficult
4. Approach to conceptual or logical model of the database structure in MariaDB
The commonly approach to conceptual model is the entity-relationship model. Depending
on the requirement and the complexity of the data structure DBMS is chosen. For the logical and
physical design, an attributes need to be added to create a relationship of the entities and the
primary keys. There is no problem in selecting MaraiDB as DBMS. A simple approach can be
made in creating a MariaDB tables. A simple database that will be created using the MariaDb is
as follow:
CREATE DATABASE my_details;
CREATE TABLE profile (
Id INT NOT NULL,
first_name VARCHAR(30),
last_name VARCHAR(40),
address VARCHAR(80),
postal_code VARCHAR(6),
email_id VARCHAR(254),
PRIMARY KEY(Id));
Document Page
18XAMPP AND MARIADB
5. Bibliography
Friends, A. (2017). XAMPP Apache+ MariaDB+ PHP+ Perl. Haettu osoitteesta https://www.
apachefriends. org/index.html (15.5. 2016).
Installing MariaDB MSI Packages on Windows. (2018). Retrieved from
https://mariadb.com/kb/en/library/installing-mariadb-msi-packages-on-windows/
1 out of 19
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]

Your All-in-One AI-Powered Toolkit for Academic Success.

Available 24*7 on WhatsApp / Email

[object Object]