2026/03/13
|
Friday, March 13, 2026 (#72)
|
|
References
|
My focus is a little blown today, between recovering from the power-outage (yesterday afternoon until 8:35 this morning) and the marathon shopping-cooking this afternoon, so documentation starts out late and a bit wonky...
14:20
Currently trying to figure out why the action-status is returning as failed somewhere during the export... and then I need to figure out how to properly indicate "don't send a command to the command, just run the command and leave it open for interaction" (which I thought I'd already solved, but maybe I only solved part of it).
Quasi-examples:
- "send a command to the command":
echo '<command>' | mariadb -hlocalhost -uroot -p<password> - "run the command and leave it open":
mariadb -hlocalhost -uroot -p<password>
21:23
What I'm noticing now is that the -l:<connection name> command works for a remote DB but not the local one. From this, I deduce 🕵️♀️ that something is broken in Local\Proc but not in Remote\SSH2. Trying to track this down... it's messy.