JDBC Code for Insert Image into Data Base
create database yakubdb;
use yakubdb;
Database changed
create table users(id int(30),name varchar(40),photo blob);
Save Imges in your PC with int The folder
and copy image path and paste as a input to the data base