README.rdoc in iterationlabs-my_obfuscate-0.3.4 vs README.rdoc in iterationlabs-my_obfuscate-0.3.6
- old
+ new
@@ -2,11 +2,11 @@
Standalone Ruby code for the selective rewriting of SQL dumps in order to protect user privacy. Supports MySQL and SQL Server.
= Install
- sudo gem install my_obfuscate
+ (sudo) gem install iterationlabs-my_obfuscate
= Example Usage
Make an obfuscator.rb script:
@@ -51,10 +51,10 @@
And to get an obfuscated dump:
mysqldump -c --add-drop-table -u user -ppassword database | ruby obfuscator.rb > obfuscated_dump.sql
Note that the -c option on mysqldump is required to use my_obfuscator. If you get MySQL errors due to very long lines,
-try some combination of `--max_allowed_packet=128M`, `--single-transaction`, `--skip-extended-insert`, and `--quick`.
+try some combination of --max_allowed_packet=128M, --single-transaction, --skip-extended-insert, and --quick.
== Database Server
By default the database type is assumed to be MySQL, but you can use the
builtin SQL Server support by specifying: