where are data getting stored in mysql ????

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 02:59 AM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2007 08:46 AM
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
Thanks,
Kevin
