/etc/init.d/./ mysql stop
ลบไฟล์ใน /var/lib/mysql ไฟล์นี้ครับ ibdata1,ib_logfile1,ib_logfile0
etc/init.d/./mysql start
ต่อด้วย
mysql_upgrade -u root -p
mysql_fix_plivilege_tables
เข้า shell โปรแกรม mysql ด้วยคำสั่ง
mysql -u root -p
แล้วเพิ่ม function
mysql>SET GLOBAL log_bin_trust_function_creators = 1;
mysql>exit
หายแน่นอนครับ