MySQL Authentication with DBname
MySQL Authentication with DBname
This commit is contained in:
@ -575,6 +575,7 @@ static char* create_auth_fail_str(
|
||||
{
|
||||
sprintf(errstr, ferrstr, uname, hostaddr, (*sha1 == '\0' ? "NO" : "YES"));
|
||||
}
|
||||
free(uname);
|
||||
|
||||
retblock:
|
||||
return errstr;
|
||||
|
Reference in New Issue
Block a user