Prachi, I'm assuming that you have MySQL database up and running and know JDBC URL for you database (it should looks like: jdbc:mysql://[host]:[port]/[database]).
You should copy MySQL JDBC driver jar into " folder_where_agent_unzipped/jdbc-drivers". Latest MySQL JDBC driver should looks like "mysql-connector-java-5.1.37-bin.jar" See http://dev.mysql.com/downloads/connector/j/ After that, start agent, go to Web Console, select load metadata, and you should see dialog for Metadata load. You should select MySQL jar from dropdown, enter your JDBC URL, username and password. About test mode "-tm". This is special mode for quick demo only. No need to specify this option on agent start if you are going to work with real database. It will be really helpful if you read README.txt from ignite-web-agent-1.5.0.zip and propose changes that will help other users to avoid such situations? Thanks, On Thu, Oct 22, 2015 at 7:08 AM, Prachi Garg <[email protected]> wrote: > I am trying to load metadata from MySQL database, but the web console > doesn't allow me to provide the MySQL driver JAR. It is set to H2, by > default, and doesn't let me change. I tried running the Ignite web agent in > both test and non-test modes. How can I provide the MySQL driver JAR? > > Thanks, > -Prachi > -- Alexey Kuznetsov GridGain Systems www.gridgain.com
