Rights and wrongs aside on putting a blob into a database, I'm trying to update an existing entry with a new image and there are no errors but it fails. I'm running HeidiSQL on WINE in Ubuntu as I've been doing for years and have never encountered this issue before. Although I'm sure it needs to use the Windows path type, I also tried the Linux path but it made no difference. Any ideas?
The query itself is simple:
UPDATE images_site
SET Image = LOAD_FILE('Z:\home\don\Pictures\Alan.png')
WHERE ID = 10035;