This tutorial is for beginner who want install MySQL from zip package (not installer) on windows. Tutorial recorded with windows 10 but you can use this tutorial to install MySQL on windows 7.
Hope this tutorial useful or can help you. If you look for how to install the latest MySQL version which version 8 now (20190105) checkout my new video : • How To Install MySQL ZIP Package (v8.... .
The command is :
1. mysqld --initialize-insecure
2. mysqld --console
3. mysql -u root --skip-password
4. alter user 'root'@'localhost' identified by 'mypass';
5. mysqld --install "mysql test"
6. mysqld --remove "mysql test"
Please consider supporting me on Patreon :
/ ryudith
MySQL Book :
https://amzn.to/2HCEnmD
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission.