The MySQL installation starts with two methods as follows:
Method One (simple version):
1.cmd access to MySQL installed Bin directory: Mysqld.exe–install
2.net Start MySQL service startup (or select Computer-> (right) to manage-> service and application-> service->mysql right button to start service)
3.MYSQL–UROOT–P Carriage return
4.password Blank return
Method Two:
1.cmd access to MySQL installation directory bin, such as: D:\MySQL Server 5.6\bin
2.mysqld--console Open MySQL Service
3. Another cmd: access to MySQL installation directory bin, such as: D:\MySQL Server 5.6\bin
4.mysql-u root–p Carriage return
5. Enter Password: (leave blank) carriage return
6. Enter the MySQL command line environment
The above is a small set to introduce the MySQL installation to start two methods of tutorial detailed, I hope to help you, if you have any questions please give me a message, small series will promptly reply to everyone. Here also thank you very much for the cloud Habitat Community website support!