You are on page 1of 6

DATABASE

CONNECTIVITY
18141106: GUNDESHA PRIYANKA RAJENDRA
18141112: BHARTI PALLAVI ARJUN
INTRODUCTION
1.Simple Task Management using phpMySQL
2.What is Xampp and MySQL? 
3. Features
4. Comparison
5. Implementation
What is Xampp and MySQL?
XAMPP is a software distribution which provides the Apache web server, MySQL database (actually MariaDB), Php
and Perl (as command-line executables and Apache modules) all in one package. It is available for Windows, MAC
and Linux systems. No configuration is necessary to integrate Php with MySQL.
 MySQL is a popular open-source relational database management system (RDBMS) that is developed, distributed
and supported by Oracle Corporation.
 Like other relational systems, MySQL stores data in tables and uses structured query language (SQL) for database
access.
 In MySQL, you pre-define your database schema based on your requirements and set up rules to govern the
relationships between fields in your tables.
In MySQL, related information may be stored in separate tables, but associated through the use of joins. In this way,
data duplication is minimized.
phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web.
Features:
Ease of Management
Robust Transactional Support
Comprehensive Application Development
High Performance
Low Total Cost Of Ownership
Open Source & 24 * 7 Support
Secure Data Protection
High Availability
Scalability & Flexibility
My SQL NoSQL

MySQL vs NO SQL:
Implementation

You might also like