# ignite-45 - demo fixes.

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/65b0b956
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/65b0b956
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/65b0b956

Branch: refs/heads/ignite-release-test-no-mod
Commit: 65b0b95633cce29aa46d484984b8a36e63374940
Parents: b401c0e
Author: Dmitiry Setrakyan <dsetrak...@gridgain.com>
Authored: Tue Mar 24 00:44:58 2015 -0700
Committer: Dmitiry Setrakyan <dsetrak...@gridgain.com>
Committed: Tue Mar 24 00:44:58 2015 -0700

----------------------------------------------------------------------
 examples/schema-import/README.txt | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/65b0b956/examples/schema-import/README.txt
----------------------------------------------------------------------
diff --git a/examples/schema-import/README.txt 
b/examples/schema-import/README.txt
index 927c749..c5aa2d5 100644
--- a/examples/schema-import/README.txt
+++ b/examples/schema-import/README.txt
@@ -16,9 +16,12 @@ Schema Import Utility Demo
    H2 server will start and H2 Console will be opened in your default browser.
 
 2. Connect to H2 database with following settings:
-   Select "Generic H2 (Server)" settings.
-   Enter JDBC URL: "jdbc:h2:tcp://localhost/~/schema-import/demo".
-   Click "Connect".
+
+   a. Select "Generic H2 (Server)" settings.
+
+   b. IMPORTANT: enter JDBC URL "jdbc:h2:tcp://localhost/~/schema-import/demo"
+
+   c. Click "Connect".
 
 3. Paste content of "examples/schema-import/bin/db-init.sql" into H2 Console 
and execute.
 

Reply via email to