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!
- Apache Web Server - I used XAMPP
- MySQL Database Server
- PhpMyAdmin (Optional)
- Firstly, clone the repo into the working directory for your local host, for XAMPP, clone, or copy files into
XAMPP/xamppfiles/htdocs/DBMS - Replace
$username&$passwordinconfigUser.phpwith a local database user without the ability to drop or delete. - Do the same with
configAdmin.php, if necessary. - Start your Apache server and MySQL Database server.
- Type
localhost/DBMSinto the browser of your choice and enjoy!
