Bug #63385 mysqlbackup - Error: Found extraneous commands at the end.
Submitted: 22 Nov 2011 16:37 Modified: 23 Nov 2011 17:57
Reporter: Yann Neuhaus Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Backup Severity:S2 (Serious)
Version:3.6.0 OS:Linux
Assigned to: CPU Architecture:Any

[22 Nov 2011 16:37] Yann Neuhaus
Description:
the mysqlbackup 3.6.0 fails with following error even if identical configuration worked with 3.5.2 :

-------------
mysql@chbsuv-mysql001: /u00/app/mysql/product/meb-3.6.0-linux2-6-x86-64bit/bin/ [mysqld4] ./mysqlbackup /u00/app/mysql/admin/mysqld4/my-backup.cnf /u00/mysqlbackup/mysqld4
MySQL Enterprise Backup version 3.6.0 [2011/07/01]
Copyright (c) 2003, 2011, Oracle and/or its affiliates. All Rights Reserved.

INFO: Starting with following command line ...
 ./mysqlbackup /u00/app/mysql/admin/mysqld4/my-backup.cnf
        /u00/mysqlbackup/mysqld4

Error: Found extraneous commands at the end.
Use --help option for usage description.
-------------

How to repeat:
mysql@chbsuv-mysql001: /u00/app/mysql/product/meb-3.6.0-linux2-6-x86-64bit/bin/ [mysqld4] ./mysqlbackup /u00/app/mysql/admin/mysqld4/my-backup.cnf
[23 Nov 2011 17:57] Sveta Smirnova
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://dev.mysql.com/doc/ and the instructions on
how to report a bug at http://bugs.mysql.com/how-to-report.php

Options for mysqlbackup command had been changed in version 3.6 Now it follows naming style of other mysql command line clients. If you need old behavior use its innobackup alias located in the same bin directory where mysqlbackup is.