I'm creating a 'Social network' site. It's more of a learning exercise than a business venture. I'm not fully clued-up on MYSQL. I want to save 1 image to the database (for each user).
Can I just create another column in my existing table and store the image there (using longblob)? Is there a better way of doing this?