cancel
Showing results for 
Search instead for 
Did you mean: 

where are data getting stored in mysql ????

reeva
Champ in-the-making
Champ in-the-making
Hi ,
  I am using alfresco community war 2.0 and mysql server .I have logged in as admin in alfresco and uploaded some files .
  my problem is i am not able to see where are these files  getting stored in mysql database ?
i have checked the tables in mysql but didn't get where are these files getting stored in that ?
Plz help me in this regard .

with regards
reevz
1 REPLY 1

kevinr
Star Contributor
Star Contributor
Binary file content is stored on the filesystem - this is more scalable than using BLOB database content. We use the DB to store meta-data about the files and information on where the binary file content is stored on the server filesystem.

Thanks,

Kevin