{% extends "base.html" %} {% block content %}

You're the boss!

  1. Stop the web server, and then execute:
  2. mysql -u root -p
  3. Introduce MySQL's root password

  4. Execute these statements:

  5. DROP DATABASE IGDB;
    DROP USER IGDB@LOCALHOST;
    {% endblock %}