Database for CP tournaments as part of DNA Course
- Create user with full access granted
- 'mysql -h 127.0.0.1 -u root -p' to start mysql server
- 'source ./cpdb.sql' within mysql environment to use the database
- pip install -r requirements.txt
- Run the program: python3 Cache22.py
- Enter credentials of the user
- Once connected, enter the options given in menu to execute queries.
Enjoy! :)