Hello everybody,
I have a MySQL database which we have been using for a long time, and the stories we've written - it's a forum-like system - are stored in a Blob.
Because the forum is getting huge it's hard to scroll through the stories, so I want to add the possibility of searching for a keyword.
Can you search for a keyword in a blob?? The database is filled with some 3000 stories.
What would the query be?
I have a MySQL database which we have been using for a long time, and the stories we've written - it's a forum-like system - are stored in a Blob.
Because the forum is getting huge it's hard to scroll through the stories, so I want to add the possibility of searching for a keyword.
Can you search for a keyword in a blob?? The database is filled with some 3000 stories.
What would the query be?