HACKER Q&A
📣 flyGuyOnTheSly

How important is it that MariaDB says “Bye”?


  MariaDB [(none)]> quit;
  Bye
It's not necessary.

It's not helpful.

It's hilariously anthropomorphic because I am the programmer editing the code on the machine.

I barely notice it.

But it's there.

And I am curious what the HN community thinks of it's worth.


  👤 eb0la Accepted Answer ✓
I guess It could be useful to automate scripts. Instead of having expect waiting for a prompt, just wait for 'Bye' and start the next step.