SELECT * FROM information_schema.SCHEMATA WHERE schema_name test_data;
发现: chaset是utf8mb4,collation是utf8mb4_generic_ci
可笑的是我导入sql脚本,要把脚本中所有的utf8mb4改为utf8,将utf8mb4_generic_ci为utf8_unico…
python3安装
版本 Python-3.9.17
./configure --prefix/usr/local/python3
make && make install随后用ln -s短链接python3和pip3
airflow安装
版本2.7.1
export AIRFLOW_HOME~/airflow编写一个sh文件
AIRFLOW_VERSION2.7.1# Extract the version of Python you…