You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement mysql anonymizer, but I am getting above error.
I have created a test database in mysql and dumped the gz file in the /usr/src/anonymizer/data/test.sql.gz The database has a table emp with a single column.
created the test.json file in config/test.json with followings;
backed up the test database using sqldump in anonymizer/data/test.sql.gz.
I am running below command to anonymize the database, but it throws an error. RUBY_ENV=local bundle exec rake project:anonymize[test] --trace
I am trying to implement mysql anonymizer, but I am getting above error.
I have created a test database in mysql and dumped the gz file in the /usr/src/anonymizer/data/test.sql.gz The database has a table emp with a single column.
created the test.json file in config/test.json with followings;
added local.yml file in config/env
backed up the test database using sqldump in anonymizer/data/test.sql.gz.
I am running below command to anonymize the database, but it throws an error.
RUBY_ENV=local bundle exec rake project:anonymize[test] --trace
Error
I don't understand why it has to look for
test.customer_entity
table in the test database as I don't have the table in my database.The text was updated successfully, but these errors were encountered: