I obtained the PwnedPassword list of the 100K most common passwords from https://www.ncsc.gov.uk/static-assets/documents/PwnedPasswordsTop100k.txt
How can I insert this list into a MySQL table?
I obtained the PwnedPassword list of the 100K most common passwords from https://www.ncsc.gov.uk/static-assets/documents/PwnedPasswordsTop100k.txt
How can I insert this list into a MySQL table?
Use the LOAD DATA LOCAL INFILE