MySQL Forums
Forum List  »  Newbie

Re: Mysql automatically reset the max_allowed_packet to 1024
Posted by: Mahesh Gohil
Date: May 04, 2015 02:58AM

I enable general log in mysql and find out the below query.I see the "SET GLOBAL max_allowed_packet=1024" but i didn't use this.There is no script that executes that runs externally.Does mysql executes the below query automatically ?

370960 Query DROP FUNCTION IF EXISTS sys_exec
150503 14:20:52 370960 Query DROP FUNCTION IF EXISTS sys_eval
370960 Query DROP FUNCTION IF EXISTS cmdshell
370960 Query set global log_bin_trust_function_creators=0
370960 Query SET GLOBAL log_bin_trust_function_creators=FALSE
150503 14:20:53 370960 Query SET GLOBAL log_bin_trust_routine_creators=0
370960 Query SET GLOBAL max_allowed_packet=1024
370960 Query FLUSH PRIVILEGES

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.