Hi david, Thanks for the reply. Is there any possibilities extracting from back end data bases. I tried in as below I am able to connect to "reviewboard" data base, but after doing show tables it is displaying empty set please look below console details:
===================================================================================================================================== root@pv-test:~# mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 140 Server version: 5.5.37-0ubuntu0.12.04.1 (Ubuntu) Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | reviewboard | +--------------------+ 4 rows in set (0.05 sec) mysql> use reviewboard; Database changed mysql> show tables; Empty set (0.00 sec) mysql> ============================================================================================================================================== On Monday, September 1, 2014 5:18:11 PM UTC+5:30, Rama krishna wrote: > Hi All, > I have successfully installed review board and I am using it now. Is there > any plugin for extracting review comments from Review Board tool to xl file? > > *Setup environment Details:* > > *BitNami Review Board* > <https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&cad=rja&uact=8&ved=0CDQQFjAF&url=http%3A%2F%2Fwiki.bitnami.com%2FApplications%2FBitNami_Review_Board&ei=SUqVU9mGN4ONuASe6oDQDQ&usg=AFQjCNG5tGnCDuE3iRN9pZ2Ug-dOszdy5w&sig2=4-xRP4zlD4F6Nd4AC0-5Sg&bvm=bv.68445247,d.c2E> > Installed > location: /opt/reviewboard-2.0.1-0 > Mysql port : 3307http port: 8081Memcached Port: 11212 > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
