MySQL 5.7+ and MariaDB support
Automatically discover and classify PII fields in your MySQL or MariaDB database. Our AI scans table schemas and sample data to identify personal information like emails, phone numbers, Aadhaar numbers, and more — helping you build your DPDP data map.
Create a read-only user with minimal privileges:
-- Create a read-only user for Privacy Labs CREATE USER 'privacylabs_scanner'@'%' IDENTIFIED BY 'your_secure_password'; -- Grant SELECT on your database GRANT SELECT ON your_database.* TO 'privacylabs_scanner'@'%'; -- Apply changes FLUSH PRIVILEGES;
In your admin dashboard, go to Data Discovery → Integrations and click Add Connection.
Choose MySQL from the list of supported databases.
Fill in your database credentials:
Click Test Connection to verify, then Save.
Go to Data Discovery → Run Discovery and start the scan.
AES-256 encryption at rest.
All connections encrypted in transit.
Connect in under 5 minutes and discover PII fields automatically.
Book a Demo