If I have a database in MySQL with a user table, and I want to store information inherent to each user, such as their profile image, conversation histories, or simply images or files that this user upload.
What database should I use so that other users can access this data?
With access I mean for example when you see that a user is connected you see your profile image or when you go to your profile you can see without downloading what files you have uploaded, I have read that MySQL is not the best for these tasks.