[error] 2670#2670: *4 lua entry thread aborted: runtime error: /usr/local/openresty/lualib/resty/mysql.lua:918: auth plugin caching_sha2_password or sha256_password are not supported because resty.rsa is not installed
stack traceback:
coroutine 0:
[C]: in function 'error'
/usr/local/openresty/lualib/resty/mysql.lua:884: in function 'encrypt_password'
/usr/local/openresty/lualib/resty/mysql.lua:918: in function 'write_encode_password'
/usr/local/openresty/lualib/resty/mysql.lua:1061: in function '_handle_auth_result'
/usr/local/openresty/lualib/resty/mysql.lua:1201: in function 'connect'
(求助)关于使用Lua连接mysql数据库的问题
缺少resty.rsa库,https://github.com/spacewander/lua-resty-rsa 里面的rsa.lua安装到图片上的mysql.lua所在目录。