mysql some installation problems

1. After installing mysql, mysql can not find service

First, run as administrator cmd

Then, switch to the mysql bin directory, type mysqld.exe -install

出现 Service successfully installed.

Finally, type net start mysql mysql can be found in the service.

2, open mysql, flashed closed

Open cmd, switch to the mysql bin directory, type mysql -u root -p on it.

Guess you like

Origin www.cnblogs.com/h-hong/p/11694399.html