老师;这个问题怎么解决呀?我没发现数据库的连接url在哪。。。
来源:4-9 【实操手册】Apache Ranger安装部署
qq_无妄_3
2020-10-30

写回答
2回答
-
配置文件里面,改成你自己的库地址
022020-11-02 -
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>
00
相似问题