Hi,
I am trying to log slow queries into both file and table.
I had set as > SET GLOBAL log_output =`TABLE,FILE`; But it isnt getting logged
into tables.
Can I know if I need to create table or am I missing anything ?
Thanks.
Regards,
Ram
Hello,
I found the key to solve this problem in:
http://darkstar.ist.utl.pt/mysql/doc/en/InnoDB_foreign_key_constraints.html
You'll probably need an INDEX for that new foreign key you are declaring in
older versions this isn't neccesary but in latest ones it is a restriction.
You can have more i
Hello,
I found the key to solve this problem in:
http://darkstar.ist.utl.pt/mysql/doc/en/InnoDB_foreign_key_constraints.html
You'll probably need an INDEX for that new foreign key you are declaring in
older versions this isn't neccesary but in latest ones it is a restriction.
You can have more i