Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 333 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 333 Bytes

signup_with_google

You can change the SQL username and password in the file "connect.php"

MySQL user - "root" MySQL Password - ""

Create a database with name "google" and run the following sql query- CREATE TABLE IF NOT EXISTS emails ( email varchar(200) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1;