-
Before installing Knowage, I've installed XAMPP. The installation process finished without any issue and configured correctly the database (It creates knowage_demo and foodmart_demo in my MariaDB/MySQL database). I can get into my DB at http://localhost/phpmyadmin/, additionally, I can get into Knowage at http://localhost:8080/knowage.
My problem is when I want to add a new Data Source which is located in the same MariaDB/MySQL database:
I Used:
URL= jdbc:mysql://localhost/MyDataBase
Driver= com.mysql.jdbc.DriverI also used:
URL= jdbc:mysql://localhost:3306/MyDataBase
Driver= com.mysql.jdbc.DriverBut always says:
"ErrorConnection Test failed, please look for more details in log file and check Your parameters"