You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had this problem as well. This was an issue for me with binary logging, as I went through the entire SQL include file with myphpadmin and received the message below on the same spot @alaksandarjesus found.
ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL,
or READS SQL DATA in its declaration and binary logging is enabled
(you might want to use the less safe log_bin_trust_function_creators
variable)
I tried using the non deterministic statements, but they are not compatible with CREATE FUNCTION. I then went and disabled binary logging using mysqld (add a line with skip-log-bin) and the process completed.
I was able to got till step 3
after i click on save&next i am getting blank screen.
My php is 8.3
Mysql Version is 8.0
I tried to debug to some extent and from Ins2.php the code stops executing at
And the exectueSQL function i used some var_dump like below
And this is the result i got (for easy reading purpose i changed the background)
so practically the whole execution stops at
I tried to increase max_execution_time but did not work.
So i tried to run the sql using phpmyadmin
I got below response
I am not sure, i need to degrade the versions or is there a fix for this
The text was updated successfully, but these errors were encountered: