1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 <2023> 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 <2023> 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: Question about fetching history data from MySQL by using phoebus |
From: | CAOUEN Loic via Tech-talk <tech-talk at aps.anl.gov> |
To: | neu lzf <lzfneu at live.com> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 29 Jun 2023 11:53:47 +0000 |
I can see you’re using a “LAN IP” (192.168.1.230) Does it mean Phoebus and Mysql are not on the same server ? If it’s the case, did you grant the privileges in mysql ? You must allow the connection from the server where your phoebus runs. GRANT ALL PRIVILEGES ON *.* TO 'root'@'your_phoebus_server_ip' IDENTIFIED BY 'your_root_password' Regards De : Tech-talk <tech-talk-bounces at aps.anl.gov>
De la part de neu lzf via Tech-talk Hi Kay, Thanks for your reply. I try to use binary SNS version
of Phoebus and I checked the product/lib folder and found that the file mysql-connector-java-8.0.30.jar is present. However, both problems are still exists when I run "sh phoebus.sh":
The user name "root" and password are the same as CSS, which is successful to connect to MySQL. The rdb channel archiver I used is for CSS version: archive-engine-4.5.0-linux.gtk.x86_64.zip and archive-config-4.5.0-linux.gtk.x86_64.zip I have no idea what the problem is and I wonder if I should change my rdb channel archiver version from for CSS to for phoebus (https://controlssoftware.sns.ornl.gov/css_phoebus/nightly/)
: archive-engine.zip. Is that the issue? Thanks you very much in advance. From: Kasemir, Kay <kasemirk at ornl.gov> |