我在配置到jpress数据库相关信息时,点击下一步后,不能继续下面的配置。(点击下一步没有任何反应)
环境说明:
[root@web04 webapps]# cat /etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
[root@web04 webapps]# java -version
openjdk version "1.8.0_262"
OpenJDK Runtime Environment (build 1.8.0_262-b10)
OpenJDK 64-Bit Server VM (build 25.262-b10, mixed mode)
[root@db01 ~]# mysql -V
mysql Ver 14.14 Distrib 5.6.50, for Linux (x86_64) using EditLine wrapper
tomcat9.0.39
数据库已经创建并授权,数据库名称为jpress,授权用户名lhb,数据库的IP地址:10.0.0.52
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| jpress |
| mysql |
| performance_schema |
+--------------------+
4 rows in set (0.00 sec)
mysql> show grants for lhb@'%';
+----------------------------------------------------------------------------------------------------+
| Grants for lhb@% |
+----------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'lhb'@'%' IDENTIFIED BY PASSWORD '*6BB4837EB74329105EE4568DDA7DC67ED2CA2AD9' |
| GRANT ALL PRIVILEGES ON `jpress`.* TO 'lhb'@'%' |
+----------------------------------------------------------------------------------------------------+
2 rows in set (0.00 sec)
用Navicat连接数据库,也能正常访问
但就是到数据库配置完后,点击下一步没有任何反应,不知道是哪里出了问题