【产品名称】oceanbase-cs
【产品版本】3.1
【问题描述】
做TPC-H_Tools_v3.0.0.zip测试的加载数据部分报错了。
python load.py
mysql --default-auth=mysql_native_password,db_name -h10.11.253.44 -P2883 -utpch@test -c -A tpch_10g_part -e "show tables;"
(256, "ERROR 2059 (HY000): Authentication plugin 'mysql_native_password,db_name' cannot be loaded: /usr/lib64/mysql/plugin/mysql_native_password,db_name.so: cannot open shared object file: No such file or directory")
mysql --default-auth=mysql_native_password,db_name -h10.11.253.44 -P2883 -utpch@test -c -A tpch_10g_part -e "load data /*+ parallel(8) */ infile '/usr/tpch/TPC-H_Tools_v3.0.0/dbgen/tpch10/customer.tbl' into table customer fields terminated by '|';"
(256, "ERROR 2059 (HY000): Authentication plugin 'mysql_native_password,db_name' cannot be loaded: /usr/lib64/mysql/plugin/mysql_native_password,db_name.so: cannot open shared object file: No such file or directory")
(256, "ERROR 2059 (HY000): Authentication plugin 'mysql_native_password,db_name' cannot be loaded: /usr/lib64/mysql/plugin/mysql_native_password,db_name.so: cannot open shared object file: No such file or directory")
(256, "ERROR 2059 (HY000): Authentication plugin 'mysql_native_password,db_name' cannot be loaded: /usr/lib64/mysql/plugin/mysql_native_password,db_name.so: cannot open shared object file: No such file or directory")
(256, "ERROR 2059 (HY000): Authentication plugin 'mysql_native_password,db_name' cannot be loaded: /usr/lib64/mysql/plugin/mysql_native_password,db_name.so: cannot open shared object file: No such file or directory")
(256, "ERROR 2059 (HY000): Authentication plugin 'mysql_native_password,db_name' cannot be loaded: /usr/lib64/mysql/plugin/mysql_native_password,db_name.so: cannot open shared object file: No such file or directory")
(256, "ERROR 2059 (HY000): Authentication plugin 'mysql_native_password,db_name' cannot be loaded: /usr/lib64/mysql/plugin/mysql_native_password,db_name.so: cannot open shared object file: No such file or directory")
(256, "ERROR 2059 (HY000): Authentication plugin 'mysql_native_password,db_name' cannot be loaded: /usr/lib64/mysql/plugin/mysql_native_password,db_name.so: cannot open shared object file: No such file or directory")