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>
复制代码

 

posted @   下雨天的伞  阅读(4665)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· 零经验选手,Compose 一天开发一款小游戏!
· 一起来玩mcp_server_sqlite,让AI帮你做增删改查!!
点击右上角即可分享
微信分享提示