Mysql5.1 command line client crash upon logon. mysql5.1client
Because mysql command line client is not used for a long time. In use today, open the interface, enter the password, and a crash occurs. The workbench platform also shows that the database cannot be connected. First, I tried Baidu and found that mysql-related services were not found under "computer" --> "management" (right-click) --> "service. Solution: (1) Open the cmd window and adjust the path to the bin file of the mysql command line client, that is, enter: cd C: \ Program Files \ MySQL Server 5.1 \ bin \ (2) after working path, in C: \ Program Files \ MySQL Server 5.1 \ bin \> and then enter mysqld.exe-install (there is a space between the two characters) Service successfully installed. (3) In C: \ Program Files \ MySQL Server 5.1 \ bin \> net start mysql, the mysql service is started at this time, and the mysql command line client is opened first, after you enter the password to log on, the system will not crash.