App Modules
...
Data Warehouse
MySQL
4 min
mysql is an open source relational database management system (rdbms) that is widely used for managing structured data it was originally developed by mysql ab and later acquired by oracle corporation mysql is one of the most popular database systems in the world due to its simplicity, reliability, and scalability what can you do with mysql in custify? you will be able to retrieve people, events, and companies from your mysql data warehouse you will be able to easily map your source data to custify’s designated data objects, and use these events in the same way as the ones that would come from your own backend that means you’ll be able to segment your customers, define lifecycles or create playbooks based on calculated metrics using these data points depending on the geographical location of your data (germany, ireland or us), you will need to whitelist a list of ips before activating the data warehouse frankfurt business 3 123 52 1563 67 152 22418 159 43 17018 194 219 2193 74 25 43 ireland 34 253 103 15, 176 34 236 120, 54 73 1 213 us business 3 142 88 1818 188 66 1843 19 0 1973 140 205 1813 140 83 245 activation 1\ sign in to custify and navigate to the integrations page 2\ select the data warehouse integration 3\ click new sync and then new source, and select mysql 4\ fill in your connection information we recommend creating a dedicated user for custify to access your mysql data warehouse the user must have access to the tables you want to connect to custify here is a sample of how to create a user with access to a specific table create user \<your user> password ‘ ’; grant select on table \<your table> to \<your user> 5\ select which custify object you want to create from your data people, events, or companies 6\ select the source data in your mysql data warehouse then, select the namespace and table in your data warehouse that contains the source data 7\ map the fields in your source data to the fields expected by custify

