MySQL启动1053错误解决方法_MySQL
bitsCN.com
操作系统:windows7
mysql版本:5.5.22
www.bitsCN.com
在使用命令mysqld --install servicename --defaults-file='file_name'创建mysql服务时,系统
已提示创建服务成功,但是net start命令提示启动失败,并在services.msc中提示1053错误
解决办法:
在网上有人说是服务的“登录”选项卡里要设置成administrator;
也有人说是需要先把服务删除,在重新创建(可以先考虑这两方面);
但是试过以后发现不起作用,经过检查才发现原来还是由mysqld --install命令引起的,主要原因
在于--defaults-file所指向的路径不能在单引号,而是要在双引号之内 总之,把单引号替换为双引号,问题解决.
做个人职业站长真是不容易啊,看到服务有点卡了,重启下,没有想到MYSQL失效!
MYSQL 1053错误 解决方法:
在DOS命令行使用
第一步:
mysqld-nt remove mysqlservice
的方式卸载此服务,它提示卸载成功,(是英文成功的意思)
第二步:
mysqld-nt install mysqlservice
重新注册服务,一切恢复正常。
(也会英文显示成功)
第三步:
打开 服务>>>>禁用MYSQL>>>>再启动MYSQL
就OK啦
这篇文章是我自己处理的结果,就当纪念为以后服务,也许网上的朋友 也会遇到这样的问题!
做站长这么长时间以来,真的学到了不少东西….
服务的配置啦,MYSQL,IIS等等一系列的问题。。。。。这这里告诉即将要想成为职业站长的朋友,这条路真不好走…..
但是如果你喜欢,是可以学到很多很多东西….包括:网站制作,图片处理,网站的优化,还有很多很多…..

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











There are six ways to run code in Sublime: through hotkeys, menus, build systems, command lines, set default build systems, and custom build commands, and run individual files/projects by right-clicking on projects/files. The build system availability depends on the installation of Sublime Text.

VS Code extensions pose malicious risks, such as hiding malicious code, exploiting vulnerabilities, and masturbating as legitimate extensions. Methods to identify malicious extensions include: checking publishers, reading comments, checking code, and installing with caution. Security measures also include: security awareness, good habits, regular updates and antivirus software.

The main uses of Linux include: 1. Server operating system, 2. Embedded system, 3. Desktop operating system, 4. Development and testing environment. Linux excels in these areas, providing stability, security and efficient development tools.

In VS Code, you can run the program in the terminal through the following steps: Prepare the code and open the integrated terminal to ensure that the code directory is consistent with the terminal working directory. Select the run command according to the programming language (such as Python's python your_file_name.py) to check whether it runs successfully and resolve errors. Use the debugger to improve debugging efficiency.

The reasons for the installation of VS Code extensions may be: network instability, insufficient permissions, system compatibility issues, VS Code version is too old, antivirus software or firewall interference. By checking network connections, permissions, log files, updating VS Code, disabling security software, and restarting VS Code or computers, you can gradually troubleshoot and resolve issues.

Installing Git software includes the following steps: Download the installation package and run the installation package to verify the installation configuration Git installation Git Bash (Windows only)

Yes, VS Code supports file comparison, providing multiple methods, including using context menus, shortcut keys, and support for advanced operations such as comparing different branches or remote files.

By installing and enabling the Simplified Chinese Language Pack or Traditional Chinese Language Pack in the VS Code extension store, the VS Code user interface can be translated into Chinese, thereby enhancing the coding experience. In addition, themes, shortcuts, and code snippets can be adjusted to further personalize the settings.
