This forum is no longer active. Please post your questions to our new community site

Forums Alfresco

Phpmyadmin

Subscribe to Phpmyadmin 5 post(s), 3 voice(s)

 
Avatar evayroberto 25 post(s)

Hi. Can I access to mysql through Phpmyadmin in Alfresco bitnami? How? Thanks in advance.

 
Avatar evayroberto 25 post(s)

Anyone can help me?? thanks

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

Sorry, Alfresco does not include phpMyAdmin because it is a Java based Stack.

 
Avatar evayroberto 25 post(s)

Then, how can I modify the database?

 
Avatar carlos Administrator 144 post(s)

Hi,

You can use MySQL client from command line.

If you are using Linux or OS X:

${installdir}/mysql/bin/mysql -u root -p -S ${installdir}/mysql/tmp/mysql.sock bitnami_sugarcrm
If you are using windows:
${installdir}\mysql\bin\mysql -u root -p -P ${mysql_port} bitnami_sugarcrm
Using the password provided during installation.

Once you are connected you can use any SQL queries to get or modify the data.

You can find more information here

Forums Alfresco