系统找不到指定的路径。

这是由于上次卸载软件后服务中还有mysql服务,所以安装前看看服务中还有没有mysql,有的话先mysqld-nt --remove ,中国自学编程网整理发布,www.zzzj.com .    

C:\Documents and Settings\sunshine>cd c:\mysql\bin    

C:\mysql\bin>mysql -u root -p   

Enter password:   

ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)    

C:\mysql\bin>mysql -u root -p0000   ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)

C:\mysql\bin>mysqld-nt     

C:\mysql\bin>mysql -u root -p   

Enter password: ****  

ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)   

C:\mysql\bin>mysql -help   

ERROR 2005: Unknown MySQL Server Host 'elp' (11001)     

C:\mysql\bin>mysqld     

C:\mysql\bin>mysql -u root -p   

Enter password:   

ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)     

C:\mysql\bin>net start mysql   

发生系统错误 3。    

系统找不到指定的路径。      

C:\mysql\bin>mysqlshow   

mysqlshow: Can't connect to MySQL server on 'localhost' (10061)     

C:\mysql\bin>mysqld-nt -install   

The service already exists!   

The current server installed:     

C:\mysql\bin>mysqld-nt -remove   

Service successfully removed.     

C:\mysql\bin>mysqld -install   

Service successfully installed.     

C:\mysql\bin>mysqld     

C:\mysql\bin>mysqld --console   

InnoDB: The first specified data file .\ibdata1 did not exist:   

InnoDB: a new database to be created!   

040712 18:19:27 InnoDB: Setting file .\ibdata1 size to 10 MB   InnoDB: Database physically writes the file full: wait...   040712 18:19:27 InnoDB: Log file .\ib_logfile0 did not exist: new to be created     InnoDB: Setting log file .\ib_logfile0 size to 5 MB   InnoDB: Database physically writes the file full: wait...   040712 18:19:28 InnoDB: Log file .\ib_logfile1 did not exist: new to be created     InnoDB: Setting log file .\ib_logfile1 size to 5 MB   InnoDB: Database physically writes the file full: wait...   InnoDB: Doublewrite buffer not found: creating new   InnoDB: Doublewrite buffer created   InnoDB: Creating foreign key constraint system tables   InnoDB: Foreign key constraint system tables created   040712 18:19:34 InnoDB: Started   

mysqld: ready for connections.   Version: '4.0.20a-debug' socket: '' port: 3306       

C:\mysql\bin>mysqld --skip-name-resolve

Microsoft Windows XP [版本 5.1.2600]   (C) 版权所有 1985-2001 Microsoft Corp.     

C:\Documents and Settings\sunshine>cd c:\mysql\bin     

C:\mysql\bin>mysqld     

C:\mysql\bin>mysql   Welcome to the MySQL monitor. Commands end with ; or \g.   Your MySQL connection id is 1 to server version: 4.0.20a-debug     Type 'help;' or '\h' for help. Type '\c' to clear the buffer.     

mysql>

MSYQL中系统找不到指定的路径的解决方法相关推荐

  1. 关于C#winform程序运行无异常,在生成安装文件安装后提示水晶报表加载失败,系统找不到指定的路径的解决方法...

    关于C#winform程序运行无异常,在生成安装文件安装后提示"水晶报表加载失败,系统找不到指定的路径"的解决方法 娘了个腿的!搞了好几天,百度都被我搜烂了,连发布相关内容的作者名 ...

  2. 安装目录里无法找到计算机,安装软件弹出系统找不到指定的路径提示解决方法...

    大家平时在使用电脑时,由于工作或学习的需要会下载安装某些应用软件.不过在安装的过程中系统总是弹出"系统找不到指定的路径"提示.有的用户选择用另外一台电脑安装相同的软件,发现能够顺利 ...

  3. Xilinx下载器驱动提示“系统找不到指定的路径”的解决办法

    今天给大侠带来Xilinx下载器驱动提示"系统找不到指定的路径"的解决办法,话不多说,上货. 本篇记录了本人解决xilinx下载器驱动安装问题(装驱动提示错误如下图).主要过程就是 ...

  4. 安装python系统找不到指定的路径_解决安装过程中显示“系统找不到指定的路径”-百度经验...

    解决软件安装过程中显示"系统找不到指定的路径"?有些用户在变声专家一半时候弹出"无法打开....系统找不到指定的路径"字样,解决方法非常简单,如遇上述问题的小伙 ...

  5. xilinx下载器驱动提示“系统找不到指定的路径”的解决过程

    本篇记录了本人解决xilinx下载器驱动安装问题(装驱动提示错误如下图).主要过程就是更新到win10,再重装驱动即可,最后测试在Vivado2015.3中可以成功下载调试. 电脑环境 操作系统:Wi ...

  6. 经过路由无法找到计算机,电脑无法启动服务提示系统找不到指定的路径(图)

    原标题:"电脑无法启动服务提示系统找不到指定的路径"相关电脑问题教程分享. - 来源:191路由网. 众所周知,使用电脑的时候需要启动一些服务才能使用相关的功能,但是如果出现无法启 ...

  7. Maven项目报错 系统找不到指定的路径 问题解决

    昨天运行还好好的项目 , 今天再打开就报错 "系统找不到指定的路径 " ,遇到这种问题先不要惊慌 ,可能是 Maven 刷新不彻底导致 . 问题示例 : D:\workspace\ ...

  8. php 系统找不到指定的路径.,PHP网站(windows2003服务器 IIS6)提示:系统找不到指定的路径。...

    今天早上起来一看其它某php网站(下称:A站),直接就提示:"系统找不到指定的路径.",其它的什么也没有.输入网站的各种网址都是这样. 回想一下近期的操作,由于服务器的PHP版本太 ...

  9. [Python学习]错误篇二:切换当前工作目录时出错——FileNotFoundError: [WinError 3] 系统找不到指定的路径...

    REFERENCE:<Head First Python> ID:我的第二篇[Python学习] BIRTHDAY:2019.7.13 EXPERIENCE_SHARING:解决切换当前工 ...

最新文章

  1. 第十六届全国大学生智能车竞赛线上赛点赛道审核 - 山东赛区
  2. 将表中的值变成字段显示
  3. 在Repeater控件,Repeater1控件中都有FooterTemplate模板.但你在后台中如何去找FooterTemplate中的控件呢?...
  4. kernel pca与传统pca的区别
  5. appium java 测试用例_如何在C#中使用Appium编写测试用例?
  6. 基于java的程序启动出错Could not create the Java virtual machine
  7. Linux 输入子系统原理理解(原创)
  8. 蔚来汽车回应“十四万元补胎”纠纷:车主未及时报案 除轮胎外底盘也严重受损...
  9. 调整oracle scn,在Oracle中增进SCN及案例介绍
  10. 第1本书:CCIE Practical Studies, Volume I-第13天
  11. 二项式定理等价变换与简单推论
  12. 【机器学习笔记之八】使用朴素贝叶斯进行文本的分类
  13. 为什么做了梦第二天想不起来_做过的梦为什么总是想不起来?
  14. [C++]什么是句柄?为什么会有句柄?
  15. 【学习笔记】人体姿态识别
  16. 挨踢攻城师必备的路由交换技术
  17. 台北 ModernWeb.tw 参会流水账以及感想
  18. 解决国外资源下载速度过慢的问题
  19. java 过滤script_Java过滤任意(script,html,style)标签符,返回纯文本--封装类
  20. 【3D目标检测】双目3D视觉原理

热门文章

  1. 二阶系统的带宽(频域分析)
  2. Android中控制银行卡号的输入 即4个数字空一格
  3. getattr,setattr,hasattr详解
  4. linux 命令:chgrp详解
  5. 产品经理就业实战:职责认知+产品设计+UML模型+产品文档+测试与验收
  6. 免费也可以很好玩,40款开源游戏任你玩(三)
  7. overflow:hidden单行和多行文本溢出隐藏需要注意
  8. 如何用Eclipse调试(debug)Java代码?
  9. 批量测试DNS访问速度的脚本
  10. crontab不执行扫盲贴(求置顶)