码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2017-11-06 20:02:19      阅读:1367      评论:0      收藏:0      [点我收藏+]

标签:/etc/   bin   tar   alt   except   logs   mysq   issue   get   

命令:schematool -initSchema -dbType mysql

技术分享

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).

 

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

标签:/etc/   bin   tar   alt   except   logs   mysq   issue   get   

原文地址:http://www.cnblogs.com/Jesse-Li/p/7794707.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!