Copy link to clipboard
Copied
Dear All,
i try to create a datasource from CFIDE. but i got this error. Please check image below
I already download the connector
FYI, i installed the ColdFusion at RedHat Enterprise Linux 7.2 ppc64 and the version of mariadb is 5.5
Really appreciates for the big help
1 Correct answer
Thx for the answer guys, i try to change the ownership of the connector from apache to sunfish and it's worked
Copy link to clipboard
Copied
Hi,
Please try these steps.
1. Create a DB using "Other" as driver.
2. URL: jdbc:mysql://<HOST>:<PORT>/YourDBName"
3. Driver Class: com.mysql.jdbc.Driver
4. Username and Password.
Thanks,
Priyank
Priyank Shrivastava
Copy link to clipboard
Copied
Placing the MySQL Java connector file in Coldfusion's lib directory is a good start. The Maria database engine requires it.
Restart Coldfusion.
Enter the name of an existing database, and the username and password to the database.
Copy link to clipboard
Copied
Thx for the answer guys, i try to change the ownership of the connector from apache to sunfish and it's worked

