Mondrian‎ > ‎

MySQL Jar Setup


Introduction

If you have downloaded MySQL connector from MySQL site and extracted it, you will find a jdbc jar in one of the extracted files.

In case you are wondering where you should put the jar file in Tomcat's folder so that your Mondrian application be able to connect to MySQL server, this article will show you that.

Setup

  • Navigate to your Tomcat's lib folder relative to the root folder
  • Copy mysql jdbc jar file in the folder


  • Done

Testing

You can test the working JDBC lib shown in this article. But before that thing happens, make sure you have setup the database correctly in your MySQL host.

Related Articles