How to start up H2 Console

2017-07-12 Thread Humphrey
arting-H2-Debug-Console-On-Remote-Server-td6063.html Humphrey -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-start-up-H2-Console-tp14617p14707.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re:Re: Re:Re: How to start up H2 Console

2017-07-11 Thread Lucky
t; > > >-- >View this message in context: >http://apache-ignite-users.70518.x6.nabble.com/How-to-start-up-H2-Console-tp14617p14642.html >Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Re:Re: How to start up H2 Console

2017-07-11 Thread Humphrey
Hi Lucky, You can start the console by first executing the following command: And then in the same console It will open automatically a browser for you. Cheers, Humphrey -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-start-up-H2-Console

Re:Re: How to start up H2 Console

2017-07-11 Thread Lucky
ing > >You can also use the web console to have it explain. > >https://ignite.apache.org/addons.html#web-console > > > >-- >View this message in context: >http://apache-ignite-users.70518.x6.nabble.com/How-to-start-up-H2-Console-tp14617p14618.html >Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How to start up H2 Console

2017-07-11 Thread Humphrey
Hi did you look here? https://apacheignite.readme.io/docs/sql-performance-and-debugging You can also use the web console to have it explain. https://ignite.apache.org/addons.html#web-console -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-start-up-H2

How to start up H2 Console

2017-07-10 Thread Lucky
Hi: I want to analysis sql explain and debug sql . How to start up H2 Console? My server OS is centos6. IP is 192.168.1.2 Thanks.