in reply to Trouble opening FIFO for speedy MySQL loading
Note that you must run the command that generates the data to be loaded and the mysql commands either on separate terminals, or run the data generation process in the background (as shown in the preceding example). If you do not do this, the pipe will block until data is read by the mysql process.
Trying to open a fifo as write-only will block until something opens it to read.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Trouble opening FIFO for speedy MySQL loading
by ultrachrome (Initiate) on Nov 04, 2008 at 17:51 UTC | |
by Illuminatus (Curate) on Nov 04, 2008 at 18:03 UTC |