While importing the database in mysql, I have got following error:
1418 (HY000) at line 10185: This function has none of DETERMINISTIC, NO SQL, or READS SQL DA
following Donald's comment:
This variable applies when binary logging is enabled.
All I had to do was:
That step out that import problem.
(Then I'll review the programmer's code to suggest an improvement)