Skip to content

NeoDrew/DBMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBMS


A simple database management system for the Killburnazon database. Use it to create and query a mock relational database. Or, as a template for your own project!

Preview

Set Preview with Default Settings

Dependencies

  • Apache Web Server - I used XAMPP
  • MySQL Database Server
  • PhpMyAdmin (Optional)

Instructions

  1. Firstly, clone the repo into the working directory for your local host, for XAMPP, clone, or copy files into XAMPP/xamppfiles/htdocs/DBMS
  2. Replace $username & $password in configUser.php with a local database user without the ability to drop or delete.
  3. Do the same with configAdmin.php, if necessary.
  4. Start your Apache server and MySQL Database server.
  5. Type localhost/DBMS into the browser of your choice and enjoy!

About

A simple database management system I created. Use it to create and query a mock relational database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors