April 2008
Intermediate to advanced
566 pages
21h 55m
English
mysql_reload()
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.
Read now
Unlock full access