๐๏ธ Accessing Database Credentials
Every store on WC Studio runs on a private, optimized database. While WC Studio manages all backend infrastructure for you, advanced users and developers can access database credentials for debugging, external tools, or advanced development purposes.๐ Go to: WC Studio โ Stores โ Select a Store โ Manage โ Database
๐ What Youโll Find in the Database Panel
Once inside the Database tab, youโll see:โ Database Credentials
- Database Name
- Database Username
- Host
- Port
- Connection Type (typically MySQL)
- Password (Click-to-reveal)
๐ Access Policy
- WC Studio encrypts and secures all database credentials.
- Credentials are read-only by default unless explicitly given write access.
- You may regenerate the database password at any time.
๐ Regenerating Database Credentials
To improve security or reset access:- Click โRegenerate Passwordโ
- A new secure password will be generated and saved automatically
- Update your external DB tools if youโre using manual access
๐ง Use Cases for External DB Access
- Manual debugging or inspecting database tables
- Using third-party data visualization tools
- Exporting product or order data via direct queries
๐ Best Practices
- Only access the database if you know what youโre doing.
- Always take a snapshot or backup before making any structural database changes.
- Do not share credentials with unauthorized users.
- Use the Staging environment when testing DB-related plugins or custom SQL.