How to store/insert image in mysql data base manju

Поділитися
Вставка
  • Опубліковано 27 січ 2025

КОМЕНТАРІ • 12

  • @saraswathiasndnz897
    @saraswathiasndnz897 2 роки тому +1

    Thank you for sharing.

  • @AnhNguyen-mt8tx
    @AnhNguyen-mt8tx 2 роки тому +1

    insert into imgTest values(1,'first',load_file('C:/Users/New folder/Desktop/4.png')); This is my query.When I am trying to insert image there is an error - Error Code: 1048. Column 'img' cannot be null. How can I solve this.
    create table slide (
    id bigint not null primary key auto_increment,
    pic longblob not null );

    • @ekubo-sama
      @ekubo-sama 2 роки тому

      Uncheck the NN for the blob datatype, your error occurs when the img column does not have any image uploaded

    • @malligababu8225
      @malligababu8225 Рік тому

      Change the slash / to \

  • @BAADEVAMSHIBAADEVAMSHI
    @BAADEVAMSHIBAADEVAMSHI 9 місяців тому

    insert into images
    values
    (1,load_file('C:\\Users\\vamsh\\Documents\\Driver_imgs\\images\\driver_1.jpg')); It is showing null in output

  • @rubaipandey7105
    @rubaipandey7105 Рік тому

    kya baat hai..it works well

  • @fluttterdev1k
    @fluttterdev1k Рік тому

    thanks the best

  • @rafael3737
    @rafael3737 9 місяців тому +1

    audio is terrible

  • @androidgameing7072
    @androidgameing7072 2 роки тому

    its not working

  • @mahammadnisaruddeen2080
    @mahammadnisaruddeen2080 2 роки тому

    It's not work why u use c3 in load file