Reputation: 11
I'm trying to insert an image in database table but it gives error every time:
Column image cannot be null
Whereas the data type of image column is not null as you can see clearly.
How can I solve this problem?
Execution inside MySQL Workbench:
Upvotes: 1
Views: 367
Reputation: 845
MySQL LOAD_FILE function is several conditions to be met to be executed successfully.
Upvotes: 1