MySQL Forums
Forum List  »  PHP

PHPMyAdmin isn't allowing row inserts to a table with BLOB column
Posted by: Lester Cutchall
Date: January 20, 2022 09:59PM

I changed the column attributes of the song_file columm in my song table. I wanted to access and stream .wav files. I made it a large BLOB and clicked the boxes that indicated streaming (using the PHPMyAdmin interface). I attempted to insert a row = PHPMyAdmin didn't insert the row, but instead displayed the root screen that shows when I first boot the program. It didn't even go back to the song table, or the database containing it. I can insert a row using the SQL code, but that dosen't recognize the file path for the song. I don't know what to do to fix this.

Options: ReplyQuote


Subject
Written By
Posted
PHPMyAdmin isn't allowing row inserts to a table with BLOB column
January 20, 2022 09:59PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.