命令:schematool -initSchema -dbType mysql

shematool -initschema -dbtype mysql error org.apache.hadoop.hive.metastore.hivemetaexception:Failed to get schema version

Fix the issue:

edit /etc/mysql/my.cnf 
change bind-address            = 127.0.0.1   
 to  bind-address            = 0.0.0.0 

Restart mysqld (/etc/init.d/mysql restart).

 

相关文章:

  • 2021-11-04
  • 2022-01-05
  • 2021-12-20
  • 2021-07-25
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-22
  • 2021-06-16
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
  • 2022-01-15
相关资源
相似解决方案