Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
10 replies
Subscribers
7 subscribers
Views
7610 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Access the Appian MySQL Database using a SQL Editor like Toad
Suman sannigrahi
over 8 years ago
How do I access the Appian MySQL Database using a SQL Editor like Toad? Any guidelines for setting up the connection? Thank you.
OriginalPostID-241208
Discussion posts and replies are publicly visible
0
Ashvin Kapur
over 8 years ago
Are you on-premise or on Appian Cloud?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Suman sannigrahi
over 8 years ago
Appian Cloud
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Dan
over 8 years ago
You can verify with Appian support, but typically Appian Cloud customers are not able to connect to the Appian MySQL database directly, the only method of connecting to the database is through Appian.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
PhilB
A Score Level 1
over 8 years ago
Unfortunately it's not possible to access the Appian Cloud database from an external SQL client. We've asked a number of times for this functionality but have been told it won't be provided.
Your best option is to set up a local copy of MySQL, export a copy of the database to the local instance and connect the MySQL client to that.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Suman sannigrahi
over 8 years ago
This feature needs to be provided. It is very cumbersome to write DML scripts using the web interface.
Thank you all.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
PhilB
A Score Level 1
over 8 years ago
I agree that it would be a useful feature but I can completely understand why it is not provided; the act of exposing a MySQL server to the world wide web brings with it some fairly serious security risks and implications!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rodgraham
Certified Lead Developer
over 8 years ago
For large or complex database scripts I've always used a copy of the database and then connected to that using my preferred SQL client
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Suman sannigrahi
over 8 years ago
How do I export out the entire database instead of doing one table at a time? What's the quick and easy method for doing that?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
PhilB
A Score Level 1
over 8 years ago
Click on the "Appian" database schema (on the left hand side) and then click on export (further across on the right). It'll give you various options, just select save as .sql and, once downloaded, open the script in the editor and run it against your local instance.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Suman sannigrahi
over 8 years ago
Thanks!! You guys are awesome!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel