- Import the MySQL database in the repository to your own database
- MySQL Database Name: fakeusersdb
- MySQL Database Username: root (default)
- MySQL Database Password: none (default)
- MySQL Table Name: user
- Open the project with your code editor
- You can change the MySQL connection string on line 5 in Program.cs
- Enter the number of records you want to be created into the GenerateUser method on lines 12
- Run the program
- The number of records you specify will be added to the database