LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  JDBC Query

    Employee
    Posted 06-02-2013 07:05

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: xathras

    Hi,

    I have a login to a mysql db with no password configured. Right now the JDBC Node will not work without this. Saying that the DBpassword must be configured.
    I tried entering {{^^}} as an alternative but get the same message.

    How would I get round this?

    Wayne


  • 2.  RE: JDBC Query

    Employee
    Posted 06-03-2013 11:51

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: rboccuzzi

    I think you can just put a dummy password in, any text at all; it will get sent but ignored. I know for ODBC, I have created sources that don't require a password, and I just put in a password that gets ignored, and I believe the JDBC nodes work the same. Let me know if that doesn't work.

    Cheers
    Rich


  • 3.  RE: JDBC Query

    Employee
    Posted 06-03-2013 12:33

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: xathras

    Hi Rich,

    that didn't work. I'll try and secure a mysql odbc driver and give that a bash.

    Wayne