Home Database Mysql Tutorial MySQL启动1053错误解决方法_MySQL

MySQL启动1053错误解决方法_MySQL

Jun 01, 2016 pm 01:23 PM
operating system

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等等一系列的问题。。。。。这这里告诉即将要想成为职业站长的朋友,这条路真不好走…..
但是如果你喜欢,是可以学到很多很多东西….包括:网站制作,图片处理,网站的优化,还有很多很多…..

bitsCN.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

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

Hot Article

Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Nordhold: Fusion System, Explained
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1664
14
PHP Tutorial
1268
29
C# Tutorial
1248
24
How to run sublime after writing the code How to run sublime after writing the code Apr 16, 2025 am 08:51 AM

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.

Is the vscode extension malicious? Is the vscode extension malicious? Apr 15, 2025 pm 07:57 PM

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.

What is the main purpose of Linux? What is the main purpose of Linux? Apr 16, 2025 am 12:19 AM

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.

How to run programs in terminal vscode How to run programs in terminal vscode Apr 15, 2025 pm 06:42 PM

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.

vscode cannot install extension vscode cannot install extension Apr 15, 2025 pm 07:18 PM

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.

git software installation git software installation Apr 17, 2025 am 11:57 AM

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)

Can vscode compare two files Can vscode compare two files Apr 15, 2025 pm 08:15 PM

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.

vscode setting Chinese How to set vscode in Chinese vscode setting Chinese How to set vscode in Chinese Apr 15, 2025 pm 06:51 PM

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.

See all articles