| Value | Meaning | 
|---|---|
| error0xff | Server reports an error See_Also: http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol#Error_Packet  | 
| ok0x00 | No error, no result set. See_Also: http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol#OK_Packet  | 
| eof0xfe | Server reports end of data See_Also: http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol#EOF_Packet  | 
Magic marker sent in the first byte of mysql results in response to auth or command packets.