摘要:
步骤1: 步骤2: 步骤3: 登录mysql创建新用户: .给新用户test_user授权,让他可以从外部登陆和本地登陆注意:@左边是用户名,右边是域名、IP和%,表示可以访问mysql的域名和IP,%表示外部任何地址都能访问。 提示1130错误: Sql代码 GRANT ALL PRIVILEGE 阅读全文
摘要:
Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStor... 阅读全文