Docker-MySQL-Proxy/main.lua

6 lines
121 B
Lua
Raw Permalink Normal View History

2024-05-17 07:49:08 +00:00
function read_query(packet)
-- if string.byte(packet) == proxy.COM_QUERY then
-- print(string.sub(packet, 2))
-- end
end