mysql - ONLY_FULL_GROUP_BY automatically reset by itself? -




i absolutely need unset only_full_group_by on vps server hosted ovh

so use command

mysql > set global sql_mode=(select replace(@@sql_mode,'only_full_group_by','')); 

found here

but don't why or automatically reset flag day after.

could give me ideas find happens??

can phpmyadmin set mode ??





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -