connect to mysql database with client

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2017 01:32 AM
How and where in ServiceNow can I find the settings to connect to my ServiceNow developer instance with a MySQL client for Windows?
Thanks in advance!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2017 01:52 AM
ServiceNow intentionally abstracts from the database layer, so that admins and developers never have to touch the database.
All your design and configuration should take place at a higher level. The benefit of the ServiceNow platform is that you do not have to think about databases and other technical artifacts and can concentrate on your business processes and data model
Therefore, direct access to the database layer is not possible. If there are any issues with the database, these will be handled by ServiceNow technical support and cloud administrators, so you don't have to worry about that.