rapid7 / recog

Pattern recognition for hosts, services, and content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add all remaining, missing MySQL error messages

jhart-r7 opened this issue · comments

We currently have some of them but are missing many of the language variants from http://osxr.org/mysql/source/sql/share/errmsg-utf8.txt. For the error messages we currently check, make sure all of the supported languages are in Recog.

Specifically, we need to add the missing languages from the following sections:

  • ER_HOST_IS_BLOCKED
  • ER_HOST_NOT_PRIVILEGED
  • ER_CON_COUNT_ERROR
  • ER_CANT_CREATE_THREAD

/cc @TomSellers, FYI.