This project sets up a MySQL database to track login attempts based on country and provides a script to query login attempts.
cybersecurity.sql
:cybersecurity
database, with theemployees
table, and thelog_in_attempts
table.run.sh
: Bash script to prompt the user for a country and retrieve login attempts for that country.README.md
: This file, which explains how to set up and use the project.
- MySQL installed on your system.
- A
.my.cnf
file in your home directory with your MySQL credentials.
-
Clone this repository to your local machine.
-
Ensure your MySQL server is running.
paste the cybersecurity.sql
script to create the cybersecurity
database and tables.
Run the script using ./run