Setting up a fresh database
- First step would be figuring out what Database System you are using
- Next would be to figure out the tables you would need for this project
- Then you'd figure out what information you need for the tables
- Then you would setup the relationship between each tables(if there is any)
- Then you would create your database within your server
- Using either SQL scripting or phpadmin, you would proceed to setup the tables