随笔分类 - MySQL
MYSQL常用知识
摘要:一、下载JMeter 1、下载 地址:https://jmeter.apache.org/download_jmeter.cgi 2、解压 3、配置环境变量 4、设置中文语言 在安装目录的bin目录下找到jmeter.properties文件,修改39行中的: #language=en 为: lan
阅读全文
摘要:一、问题浮现 二、问题定位 在初始化Hive元数据时,已经指定了连接mysql的字符集为UTF8,但还是出现了乱码问题。 jdbc:mysql://127.0.0.1:3306/hive_metastore?createDatabaseIfNotExist=true&useUnicode=t
阅读全文
摘要:一、错误日志 2022-08-30 03:14:45 org.apache.flink.streaming.runtime.tasks.AsynchronousException: Caught exception while processing timer. at org.apache.flin
阅读全文
摘要:一、错误日志 java.sql.BatchUpdateException: Deadlock found when trying to get lock; try restarting transaction at sun.reflect.NativeConstructorAccessorImpl.
阅读全文
摘要:一、错误日志 mysql 报 'Host ‘XXXXXX’ is blocked because of many connection errors' 二、解决 登录MySQL客户端,刷新hosts文件 mysql -h xxx.xxx.xxx.xxx -P 3306 -u root -p'密码'
阅读全文
摘要:一、错误日志 mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 2026 (HY000): SSL connection error: error:14077102:SSL r
阅读全文
摘要:一、安装包下载 地址:https://downloads.mysql.com/archives/community/ 选择CentOS7版本,找到如下安装包,进行下载: mysql-community-client-8.0.29-1.el7.x86_64.rpm mysql-community-cl
阅读全文
摘要:参考地址:https://blog.csdn.net/weixin_53060366/article/details/125003182
阅读全文