agui2200

Results 4 comments of agui2200

I use the Any Type in payload ,has Error too ,error:Unsupported type: 0x7 any in unnamed BuildSource delete this,all ok

@flike 我这里的话,是一个select * 的SQL,我观察了一下,主要是字段类型没有定义出来的问题,这个JSON的字段定义在MYSQL的文档中并没有,但是在源码中是有的[link](https://github.com/mysql/mysql-server/blob/71f48ab393bce80a59e5a2e498cd1f46f6b43f9a/libbinlogevents/export/binary_log_types.h)

There is a temporary plan here: ``` package main import ( "log" "os" "syscall" ) const ( kernel32dll = "kernel32.dll" ) const panicFile = "C:/panic.log" var globalFile *os.File func InitPanicFile()...

> @agui2200 How do I make it only log when ERROR occurs? Right now it would log `INF`, `DEB` logs as well. > all panic output can be rewire to...