Workbench 6.0.2.
I have inserted the image using the following query:
create table images (ID int,Image BLOB);
insert into images values (1,load_file('C:\Users\PEL_AY\Desktop\1.jpg') );
But the problem is how to view the image stored image database using load_file
Do I need a front-end to view the image?