cancel
Showing results for 
Search instead for 
Did you mean: 

DATABASE View

amarnath_v_l
Champ in-the-making
Champ in-the-making
Envirnoment:linux
version:alfresco community4.0.d
 
i have install alfrseco community4.0d in linux envirnoment ,the applicaton is running successfully i can able to download /upload/startwork flow/preview/rule/manage/ the documents..but in mysql i cannot able to see the database which has created during installation process
the port which i am using is 3305..i tried with all possible syntax..but didnt help.
And  there is bitnami_alffesco folder in C:\Alfresco-4.0.d-0\mysql\data which means the application has successfully created the database bitnami_alfresco..but i am not able see that database through
mysql\bin>mysql -u root –port 3305
mysql>show databases;
the bitnami_alfresco folder is not listed there…
2 REPLIES 2

bisana
Champ on-the-rise
Champ on-the-rise
check "shared/classes/alfresco-global.properties" file, it will have the database details

scouil
Star Contributor
Star Contributor
Sorry I don't know our level with Alfresco so I'll go with the basics.

By default Alfresco4 uses postgresql.
So if you used the default install that's normal that you don't have anything in your local mysql database. Better check the postgresql database shipped with alfresco.
As bisana stated, the section
### database connection properties ###
in <tomcat home>/shared/classes/alfresco-global.properties
should give you more info on your setup.

Regards