DeepDiverMom
Programmer
When I run scripts via "source <filename>", the results of the script commands display just fine, but I also want the commands themselves to display also, as though I had typed them in at the MySQL prompt. In Oracle, we'd say
"SET ECHO ON" before running the script. What is the MySQL equivalent setting/command?
"SET ECHO ON" before running the script. What is the MySQL equivalent setting/command?