<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to create the same schema in Mysql, which is present in H2 db connected with activiti enterprise bpm  in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-same-schema-in-mysql-which-is-present-in-h2-db/m-p/229945#M183075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please tell me how to execute the "SCRIPT simple to 'dump.sql'" using H2 console.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to create a schema in mysql totally similar to that present in h2 db.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried running a Sample scripts present in h2 db console but it is just creating a table called Test in H2 db.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Scripts that I executed :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DROP TABLE IF EXISTS TEST;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CREATE TABLE TEST(ID INT PRIMARY KEY, NAME VARCHAR(255));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INSERT INTO TEST VALUES(1, 'Hello');&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INSERT INTO TEST VALUES(2, 'World');&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT * FROM TEST ORDER BY ID;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UPDATE TEST SET NAME='Hi' WHERE ID=1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DELETE FROM TEST WHERE ID=2;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please help me out. I need that I urgently.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2016 10:48:07 GMT</pubDate>
    <dc:creator>hiyabasu</dc:creator>
    <dc:date>2016-03-16T10:48:07Z</dc:date>
    <item>
      <title>How to create the same schema in Mysql, which is present in H2 db connected with activiti enterprise bpm</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-same-schema-in-mysql-which-is-present-in-h2-db/m-p/229943#M183073</link>
      <description>Hi All,I have one issue regarding creation of schema in MySql.I am using Activiti bpm enterprise edition for designing my process flow which is now connected to the default H2 database.Now, I want it to get connected to MySQL which I have done by changing the driver, url , username , password in act</description>
      <pubDate>Mon, 14 Mar 2016 15:35:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-same-schema-in-mysql-which-is-present-in-h2-db/m-p/229943#M183073</guid>
      <dc:creator>hiyabasu</dc:creator>
      <dc:date>2016-03-14T15:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the same schema in Mysql, which is present in H2 db connected with activiti enterprise bpm</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-same-schema-in-mysql-which-is-present-in-h2-db/m-p/229944#M183074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt; If you boot up with an empty schema, the Bpm Suite will create all the tables for you. No need to do that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When running H2, boot up the H2 webapp, go to localhost:8082 and log into db.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From there, execute "SCRIPT simple to 'dump.sql'" to get a sql dump that you can use to insert existing data in the mysql db.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 10:44:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-same-schema-in-mysql-which-is-present-in-h2-db/m-p/229944#M183074</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-03-15T10:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the same schema in Mysql, which is present in H2 db connected with activiti enterprise bpm</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-same-schema-in-mysql-which-is-present-in-h2-db/m-p/229945#M183075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please tell me how to execute the "SCRIPT simple to 'dump.sql'" using H2 console.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to create a schema in mysql totally similar to that present in h2 db.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried running a Sample scripts present in h2 db console but it is just creating a table called Test in H2 db.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Scripts that I executed :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DROP TABLE IF EXISTS TEST;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CREATE TABLE TEST(ID INT PRIMARY KEY, NAME VARCHAR(255));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INSERT INTO TEST VALUES(1, 'Hello');&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INSERT INTO TEST VALUES(2, 'World');&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT * FROM TEST ORDER BY ID;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UPDATE TEST SET NAME='Hi' WHERE ID=1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DELETE FROM TEST WHERE ID=2;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please help me out. I need that I urgently.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 10:48:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-same-schema-in-mysql-which-is-present-in-h2-db/m-p/229945#M183075</guid>
      <dc:creator>hiyabasu</dc:creator>
      <dc:date>2016-03-16T10:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the same schema in Mysql, which is present in H2 db connected with activiti enterprise bpm</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-same-schema-in-mysql-which-is-present-in-h2-db/m-p/229946#M183076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"I want to create a schema in mysql totally similar to that present in h2 db."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it's about the schema, simply configure the BPM Suite to go to an empty schema and it will create all the tables for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Could you please tell me how to execute the "SCRIPT simple to 'dump.sql'" using H2 console."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume you're using the default installer of the Activiti BPM Suite? If so, you can log in to it via localhost:8082. Here you can execute that line to get a sql dump that will contain inserts for your data.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 13:39:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-same-schema-in-mysql-which-is-present-in-h2-db/m-p/229946#M183076</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-03-18T13:39:16Z</dc:date>
    </item>
  </channel>
</rss>

