mysql授权远程访问

    xiaoxiao2021-04-12  33

    对hive元数据库进行赋权,开放远程连接,开放localhost连接 grant all privileges on *.* to root@"%" identified by "root" with grant option; grant all privileges on *.* to root@"localhost" identified by "root" with grant option;
    转载请注明原文地址: https://ju.6miu.com/read-668177.html

    最新回复(0)