摘要:
一、在Linux上以root账号登录主机 二、在主机上登录MySQL mysql -uroot -p123456 三、先删除原来的 root@% 用户(若之前没有创建,则跳过此步骤) drop user 'root'@'%'; 四、删除成功了,再创建用户 root@% create user 'ro 阅读全文
摘要:
一、错误日志 Server slave1.cdh,16020,1657157836878 has been rejected; Reported time is too far out of sync with master. Time difference of 73287ms > max all 阅读全文