Thread: SQL Error(s)
View Single Post
  #6  
Old 05-25-2010, 11:14 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

You should be able to put:

Code:
log_bin_trust_function_creators=1
in your config after:

Code:
myisam_sort_buffer_size = 8M
or you just comment this line:

Code:
log-bin
Code:
#log-bin
Reply With Quote