Hi, I have two machine as follows :-
1. 172.16.107.138 (Review Board Server and Review Board Database) 2. 172.16.107.69 (RBTools) I want to push (GIT) the code from RBTools machine (172.16.107.69) and implemented the script having some SELECT commands of MySQL which will execute on RBTools machine. And MySQL command is as follows and error is throwing :- mysql -u root --execute="SELECT SQL_SMALL_RESULT id from reviews_reviewrequest where bugs_closed LIKE '%$1%'" reviewboard | grep -v "+-------------.*+" |grep -v "id" ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) Anyone know how to access the reviewboard DB from RBTools machine so as to execute the above MySQL command ? -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://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.
