connection to database 'zabbix' failed: \[2002\] Can't connect to local server through socket '/var/lib/mysql/mysql.sock' (2)
3590384:20231008:142041.788 [Z3001] con...
1251 - Client does not support authentication protocol requested by server; consider upgrading MysOl client
![](http://static.51tbox.com/static/2024-08-29/col/9ba149be1b992577907cb92d8c7f08...
1129 - Host '43.224.44.11' is blocked because of many connection errors; unblock with 'mysgladmir
flush-hosts'
![](http://static.51tbox.com/static/2024-08-29/col/481c6d5d5...
CDH 安装,初始化MySQL
create database metastore default character set utf8;
CREATE USER 'hive'@'%' IDENTIFIED BY '123456';
GRANT ALL PRIVILEGES ON metastore....