mysql服務不見了
❶ mysql服務無法啟動 服務沒有
1.前面按照網上教程,先解壓,然後在cmd裡面cd到D:\mysql\bin 運行mysqld install,之後配置環版境變數,配置完成運行net start mysql,這個時候權出現net命令識別不了的問題。
我仔細想了想,應該是cmd命令所在的C:\windows\system32文件夾沒有放到環境變數裡面(很有可能是我前天裝Oracle的時候,Oracle自動改變了環境變數)
❷ 服務里沒有MySql,怎麼辦
安裝服務(MySQL)的命令:
mysqld.exe --install
可以指定服務的名字,例如:
mysqld.exe --install MySQL5
以上命令安裝的服務是開機自動運內行,如果開容機不自動啟動,那麼參數如下:
mysqld.exe --install-manual
這樣就需要使用下面的命令啟動服務:
net start MySQL
刪除服務的命令是:
mysqld.exe --remove
❸ mysql裝完電腦裡面沒服務
這個是MySQL的安裝注冊表沒刪除干凈:
1)run-regedit-find-mysql把所有mysql的項目都刪除
2)刪除安裝目錄
我安裝的是mysql5.5.37 x64版,建議版你換到權D:盤試試。
3)看看msvcr100.dll有沒有這個文件
需要將msvcr100.dll拷貝到%SYSTEMPATH\system32和%SYSTEMPATH\sysWOW64下面
❹ MySQL 服務無法啟動。服務沒有報告任何錯誤。
我遇到同樣的錯誤,折騰了好久才摸索出來。網上的解決辦法都試過了,沒版有確實可行的。權最終總結出來,終於解決了。
我的下載的是mysql-5.7.9綠色版出的問題。最終解決過程供你參考:
1、下載的mysql-5.7.9,出現你的問題。試了各種辦法無法解決。有網友說mysql-5.7.9版本有問題。我改下載了5.6.27版本,嘗試不成功。但報錯變為:無法啟動mysql服務,發生錯誤1067。解決辦法:my.ini 添加 tmpdir = D:\mysql-5.6.27-winx64\data。問題解決。
2、後來我對比了mysql-5.7.9與5.6.27,發現mysql-5.7.9-winx64沒有data目錄,mysql-5.6.27-winx64\data\mysql,存了不少數據文件。原來調試5.7.9的版本時,記得日誌報告一直有mysql.user、mysql.plugin不存在的提示。(原以為這些文件會自動生成)。後來把這個mysql-5.6.27-winx64\data下的mysql文件夾整個復制到5.7.9版本中的同目錄下。問題解決。
❺ MYSQL啟動服務時候一閃就沒有了
解決辦法:
1、碰到這種情況,找到my.ini配置文件
2、找到這一部分
# Installation Instructions
# ----------------------------------------------------------------------
#
# On Linux you can this file to /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options
# (@localstatedir@ for this installation) or to
# ~/.my.cnf to set user-specific options.
#
# On Windows you should keep this file in the installation directory
# of your server (e.g. C:\Program Files\MySQL\MySQL Server X.Y). To
# make sure the server reads the config file use the startup option
# "--defaults-file".
#
# To run run the server from the command line, execute this in a
# command line shell, e.g.
# mysqld --defaults-file="c:\Program Files\MySQL\MySQL Server X.Y\my.ini"
#
# To install the server as a Windows service manually, execute this in a
# command line shell, e.g.
# mysqld --install MySQLXY --defaults-file="c:\Program Files\MySQL\MySQL Server X.Y\my.ini"
#
# And then execute this in a command line shell to start the server, e.g.
# net start MySQLXY
#
#
# Guildlines for editing this file
3、如果My.ini實際是在D盤,則將C:改為D: 如下
# Installation Instructions
# ----------------------------------------------------------------------
#
# On Linux you can this file to /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options
# (@localstatedir@ for this installation) or to
# ~/.my.cnf to set user-specific options.
#
# On Windows you should keep this file in the installation directory
# of your server (e.g. C:\Program Files\MySQL\MySQL Server X.Y). To
# make sure the server reads the config file use the startup option
# "--defaults-file".
#
# To run run the server from the command line, execute this in a
# command line shell, e.g.
# mysqld --defaults-file="d:\Program Files\MySQL\MySQL Server X.Y\my.ini"
#
# To install the server as a Windows service manually, execute this in a
# command line shell, e.g.
# mysqld --install MySQLXY --defaults-file="d:\Program Files\MySQL\MySQL Server X.Y\my.ini"
#
# And then execute this in a command line shell to start the server, e.g.
# net start MySQLXY
#
#
# Guildlines for editing this file
❻ 電腦沒有mysql ,但有mysql服務
可以確定和你電腦無關系,提示MySql出錯指的是伺服器方面的SQL伺服器出現了問題,也就是說你准備訪問的頁面所在的網路伺服器出問題而已.等等網頁伺服器那邊自己修復吧.
❼ MySql的服務沒有了,怎麼辦
你也可以在命令提示符下進入mysql bin目錄輸入:
mysqld --install 安裝服務
❽ 計算機管理的服務項里沒看到MySQL服務項怎麼辦
沒有就單獨安裝一個mysql服務
一般來說mysql安裝自帶mysql服務的,除非你是下載的單獨的mysql,沒有集成mysql服務。
❾ 安裝完mysql,服務裡面沒有
首先到MySQL官方網站下載MySQL的windows版本。通常下載是一個Msi的安裝包,直接雙擊該安裝程序。整個安內裝過程共容分以下幾步:
(1) 首先彈出歡迎界面,單擊NEXT按鈕,進入Setup Type 對話框.
(2)MySQL提供3種安裝模式:Type選項為標准安裝,Complete選項為完全安裝;Custom選項為自定義安裝。這里選擇Custom選項,單擊Next按鈕,彈出Custom Setup對話框。
(3)單擊Change按鈕,更改安裝目錄為C:\MySQL.單擊NEXT按鈕。
(4)確認安裝後,單擊Install按鈕開始安裝。
(5)在安裝過程中會彈出MySQL.com Sign-Up對話框
(6)選中Skip Sign-Up選項,單擊Next按鈕即可。
(7)安裝完成,彈出Wizard Completed對話框。
(8)到開始菜單中開始->MySQL->MySQL5.0->Configure the MySQL server now選 項,單擊Finish按鈕,完成安裝過程,開始對MySQL服務進行配置。