mysql_reload()


int mysql_reload(MYSQL *mysql)

Descrição

Diz ao servidor MariaDB para recarregar a tabela de ables. The connected user must have the RELOAD privilege.

This function is deprecated. It is preferable to use mysql_query() to issue a SQL FLUSH PRIVILEGES statement instead.

Valor Retornado

Zero for success. Non-zero if an error occurred.

Erros

Retornar