Maybe I'm going about this the hard way, but here's what I'm trying to do:<BR><BR>I need to run a script on a central workstation that will run a query on two remote MySQL boxes and return the output ...
I'm trying to create some stored procedures from SQL in a text file, but I'm getting all kinds of non-descript errors. Everything works fine if I type or copy and paste into the mysql prompt, but if I ...