vicigel

Results 5 comments of vicigel

# pxf version: [gpadmin@HOSTNAME ~]$ /usr/local/greenplum-db/pxf/bin/pxf version PXF version 5.15.1 # minio-site.xml [gpadmin@HOSTNAME ~]$ cat pxf/servers/default/minio-site.xml fs.s3a.endpoint MY_ENDPOINT fs.s3a.access.key MY_KEY fs.s3a.secret.key MY_SECRET fs.s3a.fast.upload true fs.s3a.path.style.access true # files in my...

@frankgh 2. the server is default server. ll /home/gpadmin/pxf/servers/default/ total 4 -rw-r--r-- 1 gpadmin gpadmin 641 Jan 6 15:22 minio-site.xml 3. no other files under the default server. 4. the...

@frankgh ok, I will ask for help of related colleagues, thanks

it seems that using mysql_get_server_pubkey=1 to connect to mysql 8.0 does not work, the error is: failed: Authentication plugin 'caching_sha2_password' reported error: Authentication requires secure connection while using mysql_server_pubkey=/path/to/pubkey.pem can...

> I'm not sure why they `mysql_get_server_pubkey` thing isn't working for you. Are you sure DBD::mysql was build against a recent version of MySQL 8.0? > However I would strongly...