mysql. mysql is a relational database management system (rdbms) that runs as a server providing...

Post on 16-Jan-2016

224 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

MySQL

MySQL• MySQL is a Relational Database Management

System (RDBMS) that runs as a server providing multiuser access to a number of databases.

• A third party open source software "phpMyAdmin“ , used as a web-based front end for managing MySQL databases easily and efficiently.

• It is widely installed by Web hosts worldwide, since it is developed in PHP and is included in the convenient WAMP software bundle installers.

MySQL• PHPMyAdmin Interface.• PhpMyAdmin is web base software used

for creating and maintaining MySQL databases.

• Link http://localhost/phpmyadmin/

MySQL

MySQL• Creating a New Database

Creating a new Table and entering the value to the fields

Go

MySQL• Enter fields

• Save

MySQL• Field Extra to set auto_increment

• this radio button to set primary key

• OR Save

MySQL

MySQL• Insert menu used to add data to the table

MySQL• SQL menu used to list data in the tables

• Go

top related