Subject: | BUG for applying changes with option -A and -B |
Date: | Wed, 16 Apr 2014 15:43:50 +0530 |
To: | bug-MySQL-Diff [...] rt.cpan.org |
From: | rajendra namdeo <rajendra.namdeo [...] wwindia.com> |
Hi,
I am facing problem while appling changes. Please help.
here is my command :
$ mysqldiff --host=localhost --user=root --password=root -B db2 db1
## mysqldiff 0.43
##
## Run on Wed Apr 16 15:41:53 2014
## Options: password=root, user=root, debug=0, host=localhost, batch-apply
##
## --- db: db2 (host=localhost user=root)
## +++ db: db1 (host=localhost user=root)
ALTER TABLE user DROP COLUMN password; # was varchar(255) NOT NULL
CREATE TABLE userrole (
id int(11) NOT NULL AUTO_INCREMENT,
group int(5) NOT NULL,
PRIMARY KEY (id)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Applying changes ... Can't locate object method "auth_args" via package
"MySQL::Diff::Database" at /usr/bin/mysqldiff line 202.
Thanks,
Rajendra Namdeo.