|
hwtong 发表于 2011-12-13 15:47 ![]()
看来这个命令中的参数的顺序还有限制 汗.
xtrabackup.exe --defaults-file=d:\mysql\my.ini --backup ...
The following options may be given as the first argument:
--print-defaults Print the program argument list and exit.
--no-defaults Don't read default options from any option file.
--defaults-file=# Only read default options from the given file #.
--defaults-extra-file=# Read this file after the global files are read.
也就是defaults参数放前边。。不过我猜现在你肯定早就懂了,呵呵 |
|