老师;这个问题怎么解决呀?我没发现数据库的连接url在哪。。。

来源:4-9 【实操手册】Apache Ranger安装部署

qq_无妄_3

2020-10-30

图片描述

写回答

2回答

叁金

2020-10-31

配置文件里面,改成你自己的库地址

0
2
qq_无妄_3
非常感谢!
2020-11-02
共2条回复

qq_无妄_3

提问者

2020-11-02

[root@bigdate ~]# mysql -uroot -proot
mysql: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 87
Server version: 5.7.32 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> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> select user,host from user;
+---------------+-----------+
| user          | host      |
+---------------+-----------+
| root          | %         |
| root          | 0.0.0.0   |
| mysql.session | localhost |
| mysql.sys     | localhost |
| root          | localhost |
+---------------+-----------+
5 rows in set (0.00 sec)

mysql>


0
0

玩转热门框架 用企业级思维 开发通用够硬的大数据平台

通揽大数据平台全貌,培养企业级开发大局观

483 学习 · 192 问题

查看课程