nacos啟動失敗,不能打開首頁


ErrMsg:Nacos Server did not start because dumpservice bean construction fail

1、一般也是mysql沒有配置好,導致nacos不能自動連接加載,我的mysql安裝參考:https://blog.csdn.net/weixin_46134238/article/details/109224565

2、mysql安裝后還需手動配置環境變量,目的在dos命令下讓系統能夠自動識別,cmd

3、密碼:123456 要和nacos安裝目錄conf下是配置信息中的mysql密碼相同

C:\Users\Administrator>net start mysql
請求的服務已經啟動。

請鍵入 NET HELPMSG 2182 以獲得更多的幫助。


C:\Users\Administrator>mysql -hlocalhost -uroot -p
Enter password: ******
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 74
Server version: 8.0.22 MySQL Community Server - GPL

Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> select version();
+-----------+
| version() |
+-----------+
| 8.0.22    |
+-----------+
1 row in set (0.00 sec)

mysql>

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM