安裝mysql報錯:cannot create windows service for mysql.error:0
安裝安裝mysql-5.1.46時報錯,cannot create windows service for mysql.error:0。
錯誤原因:
多數是由於重新安裝mysql或者對mysql升級,使用MySQL Configuration Wizard而產生。
解決方法1:
在選擇服務名時,用mysql以外的服務名,比如mysql5,安裝OK。
解決方法2:
執行 C:>sc delete mysql
刪除完後,再執行Configuration Wizard進行安裝,OK。
解決方法3:
完全解除安裝MySQL,再重新安裝,OK。
相關推薦
安裝mysql報錯:cannot create windows service for mysql.error:0
安裝安裝mysql-5.1.46時報錯,cannot create windows service for mysql.error:0。 錯誤原因: 多數是由於重新安裝mysql或者對mysql升級,使用MySQL Configuration Wizard而產生。 解決方法1
曾經安裝過MySQL資料庫,已解除安裝,但仍無法重新安裝MySQL,提示錯誤"Cannot create windows service for mysql.error:0"
筆者機器上曾經安裝過MySQL,後來解除安裝掉了,現在重新安裝的時候, 提示錯誤:"Cannot create windows service for mysql.error:0" 分析原因:windows服務已存在,需要刪除舊的windows服務。 解決步驟: 1)退
Cannot create windows service for mysql.error:0 (解決安裝MYSQL5出現問題)
原文地址:http://www.cnblogs.com/bluestorm/archive/2012/09/19/2693415.html 原文: windows7在安裝MySQL的時候,出現 “Cannot create windows service for mysq
Error: Cannot create Windows service for MySql. Error: 0解決方案
Error: Cannot create Windows service for MySql. Error: 0 圖示: 當你沒有事先停止並解除安裝已有MySQL服務,並且使用MyS
Eclipse中新增Tomcat伺服器報錯:Cannot create a server using the selected type 導致不能點選next
今天在eclipse想把之前的Tomcat 6刪掉,重新配置一個,不料沒有下一步 Cannot create a server using the selected type 這句話出現在視窗上面,應該不是很解決的問題....... 重啟下 eclipse,還是不行哦 出絕招了。。。上網
Keil uv5安裝pack報錯:Cannot copy PDSC file to ".Download" older
目錄問題解決總結 問題 給Keil uv5安裝新的器件pack時報錯。本以為是版本問題,因為以前安裝STM32F4的軟體包時因為安裝的包太新了而報錯。於是這次安裝STM32L0系列時就下了好幾個更低版本的包試試,發現還是報錯:Cannot copy psdc f
xftp報錯:cannot create local file
linux下copy到windows時,報錯:cannot create local file,可能原因如下檔案: /usr/local/pentaho-kettle-8.1.0.4-R/assemblies/client/target/assembly/system/kar
caffe mnist訓練報錯:Cannot create Cublas handle
我按照網上的教程(如下)安裝完了caffe caffe的make runtest沒有問題,但是mnist訓練報錯,錯誤如下圖 Cannot create Cublas handle. Cublas won't be available. error==cudaSucce
遠端連線CentOs7的mysql報錯:Can't connect to MySQL server on 'x.x.x.x' (10060)
前提條件: 1.centos和windows的網路是互通的; 2.MySQL賦予了遠端連線的所有許可權 GRANT ALL PRIVILEGES ON *.* TO 'root' @ '%' IDENTIFIED BY 'myPassword' WITH GRANT OPTION;
windows下安裝pywin32報錯:close failed in file object destructor:sys.excepthook is missing lost sys.stderr
ges cep 題解 ssi -i pos 搜索 pyw ima 今晚要寫搜索引擎作業,搭scrapy環境,遇到了下面問題: windows下安裝pywin32報錯:close failed in file object destructor:sys.excepthook
源碼安裝並且成功啟動mysql後輸入mysql報錯:command not found
mysql源碼安裝並且成功啟動mysql後輸入mysql報錯:-bash: mysql: command not found解決方案:方案1、需要做軟連接:ln -s /usr/local/mysql/bin/* /usr/bin/ 方案2、加入環境變量:vim /etc/profile.d/mysql.s
ubuntu安裝mysql報錯:dpkg: error processing package mysql-server (--configure)
ubuntu安裝mysql過程中電腦突然關機,重新安裝一直報錯: Renaming removed key_buffer and myisam-recover options (if present) Job for mysql.service failed because
伺服器部署全程記錄(centos6.5) 170217、nginx 安裝時候報錯:make: *** No rule to make target `build', needed by `default'. Stop. centos7 cannot find a valid base
1.安裝nginx 上傳安裝包:put E:\yz_index\installPackage\nginx-1.14.0.tar.gz 解壓:tar zxvf nginx-1.14.0.tar.gz 切換:cd nginx-1.14.0 準備編譯:./configure 編譯:ma
安裝MySQL報錯:The action ‘Install’ for product ‘MySQL Server 5.7.19’ failed.
今天安裝mysql服務時,出現了一個錯誤, The action ‘Install’ for product ‘MySQL Server 5.7.19’ failed. 如圖所示 嘗試著把檔案解除安裝,重新安裝是沒有用的,最後找到一個這樣的解決辦法: 32位的V
MySql資料庫插入或更新報錯:Cannot add or update a child row: a foreign key constraint fails
具體報錯資訊: Cannot add or update a child row: a foreign key constraint fails (`xxx`.`AAA`, CONSTRAINT `tb_competitionmsg_ibfk_2` FOREIGN KEY (`organizerid`) R
Windows下安裝RabbitMQ報錯:unable to perform an operation on node時的解決方案
本文轉載自http://blog.csdn.net/seven_coder/article/details/79091934 找了很久才找到原博主的這個解決方案。故轉載到自己部落格裡,以待以後可以查看回憶。 前言 最近在Windows server 2012 R2
安裝theano時候發現報錯:cannot install ''numpy'.It is a distutils installed project and thus we cannot ...
發現我安裝theano的時候需要numpy需要1.9以上版本,而我之前自帶的numpy是1.8版本,所以版本有問題。根本原因是theano需要的numpy版本不符合要求,但是numpy已經安裝過了,所以無法進行直接解除安裝。提供兩個解決方法:解決方法1:直接找到numpy的安
安裝sqlserver 的時候 報錯:無法通過Windows功能控制面板自動安裝或解除安裝Windows Server 角色和功能。
無法安裝以下功能:.NET Framework 3.5(包括.NET2.0和3.0) 無法通過Windows功能控制面板自動安裝或解除安裝Windows Server 角色和功能。 若要安裝Windows Server 角色和功能,請啟動伺服器管理器,或使用
xp安裝office2007報錯:windows Installer服務不能更新一個或多個受保護的w
今天在sp3機器裝office2007報錯, xp3安裝office2007報錯:windows Installer服務不能更新一個或多個受保護的w 我另外一臺機器沒這樣做,就可以安裝,不知為什麼這臺機器這樣的才可以 1. 手動關閉WINDOWS 檔案保護 方法
windows安裝anaconda 報錯failed to create anacoda menu ?
裝了無數次,每次都是 failed to create anacoda menu 然後無選擇忽略,忽略,忽略,提示安裝成功,依舊沒有 選單 進入 cmd,找到你安裝的位置(我的是D盤,anacoda), 然後執行 python .\Lib\_nsis.py mkme