Missing expression. (near "ON" at position 25)
MYSQL
SET FOREIGN_KEY_CHECKS = ON;
Solution:-
Change max_allowed_packet=1 to max_allowed_packet=1024M in MY.ini
in PHP.ini add these four lines
max_execution_time = 600
max_input_time = 600
memory_limit = 1024M
post_max_size = 1024M
upload_max_filesize=1024M

No comments:
Post a Comment