Connecting Interzoid to your MySQL database is simple. All you need is a connection string that tells Interzoid how to reach your MySQL instance. You can copy and paste the format below and replace the placeholders with your own values.
root:password@tcp(domain)/database
Replace root
, password
, domain
, and database
with your own values. This is all you need to get started.
For additional security, we recommend creating a dedicated read-only user account. This ensures third parties can only view the data you allow.
interzoid_app_ro
).
interzoid_app_ro:StrongPassword123@tcp(mysql-host.mycompany.com)/interzoid_db
Using a dedicated read-only user keeps your database secure and ensures a third party only has the level of access you allow.
Questions? Contact support@interzoid.com.