I changed the value of mysql's general_log_file
variable to something else, and now I'm trying to change it back to what it was originally, /var/lib/mysql/ubuntu.log
. But when I do:
SET GLOBAL general_log_file = '/var/lib/msyql/ubuntu.log';
I get this error:
ERROR 1231 (42000): Variable 'general_log_file' can't be set to the value of '/var/lib/msyql/ubuntu.log'
What's going on?