Sleipnir214, Please forgive my MySQL terminological naïveté. If you don't call them "scripts", then I'll rephrase: What command do I use to specify the default path/directory for the argument of MySQL's "source" command?
Example: MySQL> source <filename>
...where <filename> is a list of one or more valid MySQL commands that I store in a file and execute as a stream via the MySQL "source" command.
I wish to avoid specifying:
source <drive:\dir1\dir2\dir3\dir4\dir5\filename.sql>
I wish to specify, instead:
source <filename.sql>
So, what MySQL specification designates
"drive:\dir1\dir2\dir3\dir4\dir5\" as the default path in which to look for a "source" argument?