Here is my query:
INSERT INTO GAME values (3, 'Termonator2',LOAD_FILE("C:\\Users\\Public\\Videos\\Sample Video\\test.wmv"));
When I run this query, I get 'row inserted successfully' with no error but I can't see video link or any thing in video column Y - I don't understand that.
Whereas I can see '3and
Termonator2in specified columns - perhaps *MySQL* doesn't support
.wmv`?
If no, then which extensions could I use? (sorry in advance for may be bit stupid question I'm new to all this business of trying to store videos links in MySQL database, so thanks in advance :)