2026/03/30

From Woozle Writes Code
< 2026‎ | 03
Jump to navigation Jump to search
Monday, March 30, 2026 (#89)
Sunday Monday Tuesday posts:prev < (27, 28, 29)this> next

References

Today is a headache day, apparently.

  • 12:52 Successfully (as far as I can tell) sending the SQL command to retrieve the schema list, but the loop loops endlessly waiting for a reply.
  • 13:52 I remain baffled.
  • 14:18 I think I must be doing something wrong with the streams, because that's the only part that doesn't seem entirely clear.
  • 15:50 Apparently the process is not interactive? You have to close the to-process stream (stdin) before mysql will respond?? That doesn't seem right.
    • I mean, iff I do close stdin, then I do get output -- but when I'm running the same commands in a terminal, I just send the command with a newline and the results come back. So how do we do that via proc_open()?