0% found this document useful (0 votes)
2 views

MMS_MySQL Server

MySQL Server is a relational database management system that stores and retrieves data for various applications. It operates on a client-server model and requires specific hardware, including an Intel dual-core processor, 1 GB RAM, and 20 GB hard disk. The system design includes user-friendly modules for admin and employee tasks, along with detailed data design for login and task assignment functionalities.

Uploaded by

ankushrathod491
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

MMS_MySQL Server

MySQL Server is a relational database management system that stores and retrieves data for various applications. It operates on a client-server model and requires specific hardware, including an Intel dual-core processor, 1 GB RAM, and 20 GB hard disk. The system design includes user-friendly modules for admin and employee tasks, along with detailed data design for login and task assignment functionalities.

Uploaded by

ankushrathod491
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

MySQL Server:-

It is a relational database management system. As a database server, it is a software product with


the primary function of storing and retrieving data as requested by other software applications— which may
run either on the same computer or on another computer across a network (including the Internet).

The MySQL server works in a client and server system. This system includes a multiplethreaded
SQL server that supports varied backends, different client programs and libraries, administrative tools, and
many application programming interfaces (API)s.

Hardware Requirements

 Processor: Intel dual core or above


 Processor Speed :1.0GHZ or above
 RAM :1 GB RAM or above
 Hard Disk :20 GB hard disk or above

Sensitivity Label: General


Chapter 4 System Design

4.1. Basic Modules

1. The mechanism of the applications is user-friendly to use. This Website is used for
multiple different devices like Android Smartphones, IOS Device, Tablets and I-pad.

2. The system comprises of 2 major modules as follows:


3. Admin: - Admin is going to control the task and Employees details
4. Employee: - Employee Has to done his work on time submit it to Admin

4.2 Data Design (Table Design)

1. Login

Column Name Data Type Constraints

Username Varchar(max) Not Null

Password Varchar(max) Not Null

Sensitivity Label: General


1. Add Employee section

Column Data Type Size Description Constraints


Name

Employee Varchar (15) Employee Primary key


username
Username

Employee Varchar (20) Primary Key


Employees
Name
name

Employee Numeric (5,0)


Role Role Of Not null
EMployee

Email Varchar (10) Email id of Not Null


Address Employee

Password Varchar (20) Id’s Password Not null

New Varchar (20) New Id’s Not Null


Password Password

Sensitivity Label: General


2. Assign Task

Column Data Type Size Description Constraints


Name

Task Name Varchar (20) Primary Key


Task Name

Comment Numeric (5,0)


More About Not null
Task

Assign to Varchar (10) Which Not Null


Employee Employee To be
Assigned

Edit Task Varchar (15) Employee can Not Null


edit task

Add Varchar (20) Admin can add Not Null


Description description

Start Time Numeric (5,0) Admin can add Not null


start time

End Time Numeric (5,0) Admin can add Not null


end time

Sensitivity Label: General


4.3 Diagrams

4.3.1 E-R Diagram /Block Diagram

Sensitivity Label: General


4.3.2 Class Diagram / Data Flow Diagram

Sensitivity Label: General


4.3.3 Use Case Diagram

Sensitivity Label: General


4.3.4 Sequence Diagram

Sensitivity Label: General


4.3.5 Activity Diagram

Sensitivity Label: General


Employee Activity Diagram

Sensitivity Label: General


4.3.6 Component Diagram

Sensitivity Label: General


4.3.7 Menu Tree / Circuit Diagram

Sensitivity Label: General


Tree Diagram

4.3.8 Event Table

Sensitivity Label: General


Sensitivity Label: General
4.3.9

Sensitivity Label: General

You might also like