Skip to main content
m4tim23877130
Participant
November 30, 2016
Answered

create datasource on CFIDE

  • November 30, 2016
  • 3 replies
  • 388 views

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

    This topic has been closed for replies.
    Correct answer m4tim23877130

    Thx for the answer guys, i try to change the ownership of the connector from apache to sunfish and it's worked

    3 replies

    m4tim23877130
    m4tim23877130AuthorCorrect answer
    Participant
    December 5, 2016

    Thx for the answer guys, i try to change the ownership of the connector from apache to sunfish and it's worked

    BKBK
    Community Expert
    Community Expert
    November 30, 2016

    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.

    Priyank Shrivastava.
    Inspiring
    November 30, 2016

    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

    Thanks, Priyank Shrivastava