OrdersME Domain
Create an Orders Domain ..
Last updated
Was this helpful?
Create an Orders Domain ..
Last updated
Was this helpful?
You will need to copy the JDBC driver for your database into the PME install directory ...\metadata-editor\lib.
To resolve MariaDB issues, it is advised to use the MySQL JDBC driver.
Restart the Pentaho Metadata Editor, and you will see your database in the Connection Type list.
To define a new domain, select: File > New > Domain File from the main menu.
Right-mouse click on Connections or: File > New > Connection
In the Database Connection dialog, type or choose:
Connection name
mysql:sampledata
Connection Type
MySQL
Access
Naitive (JDBC)
Host name
localhost
Database Name
sampledata
Port Number
3306
User Name
pentaho_admin
Password
password
Adding JDBC driver
Copy the JDBC driver to:
~/Pentaho/design-tools/metadata-editor/libext/JDBC/
Once the driver JAR is in place, you must restart the server or client tool.