Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 339 Bytes

REAMDE.md

File metadata and controls

11 lines (8 loc) · 339 Bytes

Mozillians Mysql Anonymous

Based on @davedash's Mysql Anonymous, this script simply filters out sensitive data from a Mozillians MySQL dump so developers can have production-like data without sensitive user data.

Usage

python anonymize.py > anon.sql
cat anon.sql | mysql