Re: [R] Confirming MySQL Alive

2023-10-08 Thread Martin Møller Skarbiniks Pedersen
You don't need sudo to run: systemctl status On Sat, Oct 7, 2023, 17:09 Stephen H. Dawson, DSL via R-help < r-help@r-project.org> wrote: > Hi, > > > Getting some data from an older MySQL box. I had an event recently where > the MySQL box went off-line for maintenance without a prior announcement

Re: [R] Confirming MySQL Alive

2023-10-07 Thread Ivan Krylov
В Sat, 7 Oct 2023 11:09:25 -0400 "Stephen H. Dawson, DSL via R-help" пишет: > sudo: a terminal is required to read the password; either use the -S > option to read from standard input or configure an askpass helper > sudo: a password is required sudo is giving you a hint here. Normally it requi

Re: [R] Confirming MySQL Alive

2023-10-07 Thread Stephen H. Dawson, DSL via R-help
Thanks, Jeff. So, how do you know in your work if the box you are hitting for data is alive in the moment? *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454 http://www.shdawson.com On 10/7/23 11:26, Jeff Newmiller wrote: Not really an R question,

Re: [R] Confirming MySQL Alive

2023-10-07 Thread Jeff Newmiller via R-help
Not really an R question, but some processes are connected to interactive terminals (where someone can type) and some are not (because they were created and managed by another process). The system call creates a process and controls all interactions with that process. You really should not be me

[R] Confirming MySQL Alive

2023-10-07 Thread Stephen H. Dawson, DSL via R-help
Hi, Getting some data from an older MySQL box. I had an event recently where the MySQL box went off-line for maintenance without a prior announcement of service disruption. I decided to add a line on my local version of MySQL as I considered how to handle this condition going forward. sys