mysql CATALOG 查询报错

Viewed 27

mysql> select * from opus limit 10;
ERROR 1105 (HY000): errCode = 2, detailMessage = (172.16.64.101)[CANCELLED]error setting certificate verify locations: CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none
mysql> select version()
-> ;
+-----------+
| version() |
+-----------+
| 5.7.99 |
+-----------+
1 row in set (0.01 sec)

1 Answers