Synopsis
int mysql_reload(MYSQL *mysql)
This function instructs the MySQL server to reload the grants
table. It returns zero if successful and a nonzero value if not. This
function has been deprecated. Use
mysql_query() or
mysql_real_query() with a FLUSH
PRIVILEGES statement instead.