DATABASE View
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2012 06:19 AM
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…
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…
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2012 06:28 AM
check "shared/classes/alfresco-global.properties" file, it will have the database details

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2012 08:34 AM
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
should give you more info on your setup.
Regards
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.propertiesshould give you more info on your setup.
Regards
