<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How can we create schema in My SQL DB of Appian</title><link>https://community.appian.com/discussions/f/general/12795/how-can-we-create-schema-in-my-sql-db-of-appian</link><description>Can we create different schemas in Appian My SQL Db. 
 I want to know if we can maintain tables created in MySQL in separate schema and use them in Appian - Like we name the Data Store and maintaining the data store entities in them. 
 But when we check</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How can we create schema in My SQL DB of Appian</title><link>https://community.appian.com/thread/82475?ContentTypeID=1</link><pubDate>Wed, 09 Jun 2021 19:26:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8a1f8dd0-7bd1-4c29-8dda-b519e9bd94b1</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Confirmed - the CE cloud database looks almost identical to that of a regular Appian Cloud instance, other than coming with several pre-populated tables.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can we create schema in My SQL DB of Appian</title><link>https://community.appian.com/thread/82471?ContentTypeID=1</link><pubDate>Wed, 09 Jun 2021 18:32:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:be3f8367-b3ac-45ef-a316-e7517bebebb4</guid><dc:creator>ericg329</dc:creator><description>&lt;p&gt;I haven&amp;#39;t had a chance to&amp;nbsp;try Community Edition yet, but I don&amp;#39;t think you will be able to create a new database given my understanding of how&amp;nbsp;Appian is managing those instances.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can we create schema in My SQL DB of Appian</title><link>https://community.appian.com/thread/82451?ContentTypeID=1</link><pubDate>Wed, 09 Jun 2021 09:39:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1f1836a2-53c0-406d-bbe8-957fa0118788</guid><dc:creator>paulp0005</dc:creator><description>&lt;p&gt;Thanks Eric G.&amp;nbsp; I spent an hour trying to figure out how to create a new database other than &amp;#39;Appian&amp;#39; so that as I create new tables in the Community Edition, I would not be seeing all of the demo tables.&amp;nbsp; I am taking you to mean that I do NOT have the ability to create a new database in the Appian Cloud (which is fine).&amp;nbsp; I just want to clarify as I read the document you provided the link for and did not see that explicity stated.&amp;nbsp; Thanks Again!!&amp;nbsp; Paul&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can we create schema in My SQL DB of Appian</title><link>https://community.appian.com/thread/57790?ContentTypeID=1</link><pubDate>Wed, 11 Jul 2018 01:34:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:96c9c572-5d60-4fe5-ad1e-2945edb96055</guid><dc:creator>bryant.st39</dc:creator><description>We&amp;#39;ve been able to do this by modifying the XSD of the data type to include the schema of the table name by using the following annotation:&lt;br /&gt;
&amp;lt;xsd:annotation&amp;gt;&lt;br /&gt;
&amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;&lt;br /&gt;
@Table(name=&amp;quot;&amp;lt;table_name_goes_here&amp;gt;&amp;quot;, schema=&amp;quot;&amp;lt;schema_name_goes_here&amp;gt;&amp;quot;)&lt;br /&gt;
&amp;lt;/xsd:appinfo&amp;gt; &lt;br /&gt;
&amp;lt;/xsd:annotation&amp;gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can we create schema in My SQL DB of Appian</title><link>https://community.appian.com/thread/57345?ContentTypeID=1</link><pubDate>Thu, 28 Jun 2018 13:06:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:587d3551-bc6c-4b9b-83d9-31fbdf142399</guid><dc:creator>ericg329</dc:creator><description>To elaborate on the previous responses, when utilizing the Appian Cloud provided MySQL instance the only option is the Appian schema that is provided as a part of the PaaS. If you wish to configure additional schemas or make other administrative configurations to your database the best option is to configure a separate database outside of Appian Cloud and connect to it over a VPN tunnel. &lt;br /&gt;
&lt;br /&gt;
The Appian Cloud FAQs touches on this at a high level: &lt;a href="https://docs.appian.com/suite/help/18.2/Appian_Cloud_Web_Administration.html#Appian_Cloud_Database_Administration"&gt;docs.appian.com/.../Appian_Cloud_Web_Administration.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can we create schema in My SQL DB of Appian</title><link>https://community.appian.com/thread/57334?ContentTypeID=1</link><pubDate>Thu, 28 Jun 2018 11:28:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbd33c45-ca60-4049-bde9-73c02c88784a</guid><dc:creator>krishnau3863</dc:creator><description>&lt;p&gt;Hi ejass,&lt;br /&gt; &lt;br /&gt; 1) You can create separate schema for your application, But you need to configure in the admin console under data source management setting. you have to provide your schema name and test connection.&lt;br /&gt; &lt;br /&gt; 2) In data store , select the schema which you have configured in admin console, so you can publish your views and tables under schema name which you have created.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can we create schema in My SQL DB of Appian</title><link>https://community.appian.com/thread/57333?ContentTypeID=1</link><pubDate>Thu, 28 Jun 2018 11:15:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:64fa63d5-c9ac-43e1-bb62-b65a063ddb8c</guid><dc:creator>Shiva Valusa</dc:creator><description>Hi,&lt;br /&gt;
&lt;br /&gt;
If you are in Appian cloud it is not possible.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>