int mysql_reload(MYSQL *mysql)
        
Descrição
          Diz ao servidor MySQL 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
              CR_COMMANDS_OUT_OF_SYNC
            
Os comando foram executados em uma ordem inpropriada.
              CR_SERVER_GONE_ERROR
            
O servidor MySQL foi finalizado.
              CR_SERVER_LOST
            
A conexão ao servidor MySQL foi perdida durante a consulta.
              CR_UNKNOWN_ERROR
            
Um erro desconhecido ocorreu.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.

