I installed MySQL community server 5.7.10 using binary zip. I extracted the zip in c:\\mysql and created the data folder in c:\\mysql\\data. I crea
c:\\mysql
c:\\mysql\\data
You have to initialize the data directory by running the following command
mysqld --initialize [with random root password]
mysqld --initialize
mysqld --initialize-insecure [with blank root password]
mysqld --initialize-insecure