You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local mysql = require "resty.mysql"
local dbConf = {
host = "192.168.1.1",
port = 3306,
user = "xx",
password = "xx",
database = "xx",
}
local db, err = mysql:new()
local ok, errno, sqlstate
ok, err, errno, sqlstate = db:connect(dbConf)
if not ok then
print(err)
end
错误是:unknown plugin:
Gaea 版本:当前最新版本 1.2.3
openresty 版本
resty 0.27
nginx version: openresty/1.19.3.1
The text was updated successfully, but these errors were encountered: