Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What if there is a 1053 error in mysql

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces how to do 1053 errors in mysql. It is very detailed and has certain reference value. Friends who are interested must finish reading it.

Mysql error 1053 solution: 1, open the cmd console, execute the command "mysqld-nt remove mysqlservice"; 2, enter the command "mysqld-nt install mysqlservice"; 3, re-register the service and restart mysql.

This article operating environment: Windows7 system, Mysql5.7 version, Dell G3 computer.

Mysql startup failure is a relatively common thing, the environment variables are also configured according to the online tutorials, but still start failure, let me talk about my personal two solutions, specific operation steps, please see the following operation

The first method:

The first step is to open the cmd console on the computer and enter the command: mysqld-nt remove mysqlservice, which uninstalls the service in this way. It indicates that the service has been uninstalled successfully, and it will have the word success (meaning successful in English), indicating that the service has been uninstalled successfully, as shown in the following command.

In the second step, follow the cmd console in the previous step, enter the command: mysqld-nt install mysqlservice, re-register the service, and everything returns to normal. (also shows success in English) success is successful, as shown in the following command

The third step is to right-click my computer, find the management, enter the service module, then find the mysql service, right-click to shut it down, and then restart it. The operation is as follows

The second method:

The first step, right-click my computer, find the management, enter the service module, and then find the mysql service, right-click

"Properties", the details are as follows

The second step, after entering the attributes, click on the login module, fill in the login information again, and then log in again, as shown in the figure below.

The above is all the contents of the article "what to do if there are 1053 errors in mysql". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report