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 .
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.