MySQL (beta)
Follow these steps to connect your MySQL instance to Select Star.
1. Create a Service Account
CREATE USER '<username>' IDENTIFIED BY '<password>';
GRANT SELECT ON *.* TO '<username>'
GRANT SHOW VIEW ON *.* TO '<username>'
-- Apply the changes
FLUSH PRIVILEGES;2. Create a new data source in Select Star

3. Enable query logging
4. Choose databases and schemas
Getting Started: Data WarehouseLast updated
Was this helpful?
