国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

安裝MYSQL8.0出現(xiàn)的The service already exists!The current server installed:

這篇具有很好參考價(jià)值的文章主要介紹了安裝MYSQL8.0出現(xiàn)的The service already exists!The current server installed:。希望對大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問。

這是我在安裝MySQL的時(shí)候出現(xiàn)的一個(gè)服務(wù)沖突問題:
安裝MYSQL8.0出現(xiàn)的The service already exists!The current server installed:,mysql,mysql,數(shù)據(jù)庫,服務(wù)器

問題描述:

在現(xiàn)在之前的MySQL的時(shí)候沒有卸載干凈(服務(wù)未關(guān)閉)
所以在出現(xiàn)添加服務(wù)的時(shí)候會提示如下:

The service already exists!
The current server installed: D:\MySQL\mysql-5.7.24-winx64\bin\mysqld MySQL
解析:

該服務(wù)已存在!
當(dāng)前安裝的服務(wù)器:D:\MySQL\mysql-5.7.24-winx64\bin\mysqld MySQL

原因:

因?yàn)槲抑鞍惭bmysql-5.7.24-winx64的時(shí)候已經(jīng)開啟過服務(wù)

解決辦法:

如下圖:
安裝MYSQL8.0出現(xiàn)的The service already exists!The current server installed:,mysql,mysql,數(shù)據(jù)庫,服務(wù)器

解決步驟:
1、管理員方式運(yùn)行cmd
2、在路徑之上關(guān)閉服務(wù):輸入 sc query mysql
3、在原路徑上刪除服務(wù):輸入 sc delete mysql

當(dāng)出現(xiàn) Delete Service 成功
說明刪除服務(wù)成功,接下里就可以輸入 musqld.exe -install 添加服務(wù),然后就會返回結(jié)果;Service successfully installed.文章來源地址http://www.zghlxwxcb.cn/news/detail-720830.html

到了這里,關(guān)于安裝MYSQL8.0出現(xiàn)的The service already exists!The current server installed:的文章就介紹完了。如果您還想了解更多內(nèi)容,請?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • mysql8修改密碼報(bào):Your password does not satisfy the current policy requirements

    mysql8修改密碼報(bào):Your password does not satisfy the current policy requirements

    mysql修改密碼時(shí)出現(xiàn)錯(cuò)誤; mysql8當(dāng)執(zhí)行修改密碼語句(兩者之一)出現(xiàn)以下錯(cuò)誤: 1、 ALTER USER USER() IDENTIFIED BY \\\'自己的密碼\\\'; 2、ALTER user \\\'root\\\'@\\\'%\\\' identified WITH mysql_native_password by \\\'自己的密碼\\\'; 這是由于這個(gè)自定義密碼過于簡單,不符合MySQL密碼規(guī)范 執(zhí)行以下兩行代碼修改安全

    2023年04月12日
    瀏覽(18)
  • 安裝mysql服務(wù)出現(xiàn)Install/Remove of the Service Denied!問題,即使管理員啟動cmd也無效

    在Windows系統(tǒng)下,如果你是以管理員身份運(yùn)行cmd,但是仍然無法安裝MySQL服務(wù),可能是因?yàn)橄到y(tǒng)的用戶賬戶控制(UAC)設(shè)置的問題。你可以嘗試以管理員權(quán)限運(yùn)行命令提示符(cmd),然后使用以下命令禁用UAC: reg add HKLMSOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem /v EnableLUA /t REG_DWO

    2024年02月15日
    瀏覽(23)
  • 【云原生】docker-compose安裝,解決Warning: the “docker“ command appears to already exist on this system.3的問題

    【云原生】docker-compose安裝,解決Warning: the “docker“ command appears to already exist on this system.3的問題

    https://docs.docker.com/compose/compose-file/compose-file-v3/ 參考:https://github.com/docker/compose/releases 國內(nèi)源安裝(不推薦): 查看版本: 出現(xiàn)以下問題: appears to already exist on this system. If you already have Docker installed, this script can cause trouble, which is why we’re displaying this warning and provide the opp

    2023年04月09日
    瀏覽(27)
  • 微信支付apiV3異常:The corresponding provider for the merchant already exists

    異常信息 原因 這個(gè)錯(cuò)誤是微信SDK拋出的,這是因?yàn)槲⑿胖Ц禷piV3的RSAConfig重復(fù)build導(dǎo)致,即RSAConfig要保證是 單例 才不會導(dǎo)致報(bào)錯(cuò)。 參數(shù)說明 mchId:商戶號 privateKey:商戶號密鑰 mchSerialNo:商戶證書號 apiV3Key:apiV3密鑰 建議 可以把商戶配置參數(shù)使用數(shù)據(jù)庫保存,服務(wù)啟動的時(shí)

    2024年02月11日
    瀏覽(141)
  • 文件上傳gitee中出現(xiàn)問題fatal: remote origin already exists.(遠(yuǎn)程來源已存在) 解決方法

    文件上傳gitee中出現(xiàn)問題fatal: remote origin already exists.(遠(yuǎn)程來源已存在) 解決方法

    當(dāng)我們在上傳文件到gitee中的時(shí)候,輸入git remote add origin git@toscode.gitee.com:jiemengjie(碼云賬號)/vue3-project(自己創(chuàng)建的倉庫名).git后,會出現(xiàn)一句話 fatal: remote origin already exists.遠(yuǎn)程來源已存在。 如下圖所示: 這時(shí)候我們可以輸入命令? git remote -v ,意思是列出所有的遠(yuǎn)程倉

    2024年02月04日
    瀏覽(23)
  • Hadoop安裝MySQL報(bào)錯(cuò)The GPG keys listed for the “MySQL 5.7 Community Server“ repository are already......

    Hadoop安裝MySQL報(bào)錯(cuò)The GPG keys listed for the “MySQL 5.7 Community Server“ repository are already......

    目錄 一、報(bào)錯(cuò)描述: 二、問題分析: 三、問題解決: 四、命令運(yùn)行: 五、總結(jié)? ? ????????沒有配置正確的密鑰URL,可能是由于密鑰過期導(dǎo)致。在安裝MySQL服務(wù)之前,先導(dǎo)入正確的密鑰URL。記住是在安裝之前導(dǎo)入?。?! ? ? ? ? ?下面命令2022表示年份。先導(dǎo)入正確的密

    2024年02月12日
    瀏覽(25)
  • DataStage登錄報(bào)錯(cuò):Failed to authenticate the current user against the selected Services Tier.

    DataStage登錄報(bào)錯(cuò):Failed to authenticate the current user against the selected Services Tier.

    背景: 近期同事一直在使用DataStage登錄查找作業(yè),突然今天無法登陸了。報(bào)錯(cuò):Failed to authenticate the current user against the selected Services Tier. 結(jié)論:解決了。 報(bào)錯(cuò)處理過程 1.開始第一反應(yīng)是重裝DataStage,畢竟我和另外幾個(gè)同事的能夠正常連接,他那邊測試DS節(jié)點(diǎn)主機(jī)名都可以pin

    2024年01月18日
    瀏覽(20)
  • 安裝 MySQL 服務(wù)時(shí)提示 Install/Remove of the Service Denied

    安裝 MySQL 服務(wù)時(shí)提示 Install/Remove of the Service Denied

    在安裝 MySQL-8.0.25-winx64 的 MySQL 服務(wù)時(shí)遇到了以下提示: 安裝 MySQL 服務(wù)時(shí)提示:、 即, 安裝/刪除服務(wù)被拒絕! ; MySQL 服務(wù)沒有加載到電腦上時(shí),以下功能都將無法使用: 啟動 MySQL 服務(wù)是就會提示 服務(wù)名無效 ; 無法登錄上 MySQL 的賬戶,無法使用 MySQL; 解決 Install/Remove

    2024年02月04日
    瀏覽(22)
  • 解決mysql常見錯(cuò)誤,安裝mysql提示Install/Remove of the service Denied!/顯示無法啟動/服務(wù)名無效

    解決mysql常見錯(cuò)誤,安裝mysql提示Install/Remove of the service Denied!/顯示無法啟動/服務(wù)名無效

    ????????1.1 在安裝mysql中提示 Install/Remove of the service Denied! ????????1.2 MySQL 服務(wù)沒有加載到電腦上時(shí),有以下原因: ????????????????1.2.1 端口被占用 ,需要更改端口,也可以卸載重裝mysql。 ? ? ? ? ????????1.2.2 啟動 MySQL 服務(wù)是就會提示? 服務(wù)名無效? 或

    2024年02月08日
    瀏覽(84)
  • git clone 時(shí)候出現(xiàn) Please make sure you have the correct access rights and the repository exists

    git clone 時(shí)候出現(xiàn) Please make sure you have the correct access rights and the repository exists

    Please make sure you have the correct access rights and the repository exists 請確保您具有正確的訪問權(quán)限并且存儲庫存在 問題描述: 輸入 git clone 命令時(shí)出現(xiàn)Please make sure you have the correct access rights and the repository exists.錯(cuò)誤, 出現(xiàn)這個(gè)問題的原因是git服務(wù)器沒有存儲本地ssh密鑰 解決步驟:

    2024年02月05日
    瀏覽(16)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包