Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 511 Bytes

File metadata and controls

17 lines (9 loc) · 511 Bytes

PHP Password Generator

Create MySQL database named: english

Grant just SELECT access to this user....on database english.

Copy: $ cp config.php.Example config.php

Edit: $ nano config.php

Find the DB_USER & DB_PASS, replace with your username and password for your database.

Place contents of this folder into Web ROOT SUB-folder....IE: /var/www/pwd/

Be-aware: index.sample.php do not blow away your EXISTING index.php file if it has alot of code....

Import the pwds.sql file into your MySQL Database.