摘要:
insert 语句批量插入的数据在3M 左右 通过pymyql 插入时报错: MySQL server has gone away (BrokenPipeError(32, 'Broken pipe') 进入mysql 查询最大插入的packet: show VARIABLES like '%max 阅读全文
摘要:
注意: start-scala-shell.sh 只适用Apache Flink 1.11.2 for Scala 2.11 中scala_2.11.x 系列 ,scala_2.12.x 不支持 Error: Could not find or load main class org.apache. 阅读全文
摘要:
刚开始安装的版本是Apache ZooKeeper 3.6.2 解压后, zkServer.sh start 报错 删除 data 和logs 目录都不可以,查看 logs Error: Could not find or load main class org.apache.zookeeper.s 阅读全文
摘要:
转自:MySQL8.0添加用户和权限 参考代码: -- 使用mysql数据库 USE mysql -- 创建用户 CREATE USER myuser IDENTIFIED BY 'mypass'; -- 查看用户 SELECT user, host, authentication_string F 阅读全文