Notes on REAL Server
13 01 10 - 19:04 What do you do if you need to restart REALserver a thousand times a day?Run it directly from the terminal with "sudo /usr/local/bin/realserver". To quit, simple press Control-C. To restart, cursor up and return
And if you see this error message: "SQL logic error or missing database."
you may have a little bit in calling your SQL function. E.g. the function returns an error to the sql interpreter.
No comments