Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-8042

Any chance for debezium mysql 5.1

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • mysql-connector
    • None
    • False
    • None
    • False

      In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.

      Feature request or enhancement

      For feature requests or enhancements, provide this information, please:

      Which use case/requirement will be addressed by the proposed feature?

      Hi, sorry this might not be a valid feature request. I've ran out of ideas to try and nowhere else answers me . I need to use mysql 5.1 and I tried debezium mysql connector, version 2.6 and 2.0. I also tried debezium-server 2.6.0.Final and a bunch of other versions but in all cases dez cannot connect to the db and it gave me error "CLIENT_PLUGIN_AUTH is required". I don't understand dez codebase that much and I know from the documentation that all stable versions are not tested on mysql 5.1. I guess the error is because the driver shipped with the connector is not compatible with mysql 5.1.

      I tried including mysql 5.1 driver downloaded from the archive like below but it complains class not found and dez doesnt even start. 

          volumes:
            - $PWD/debezium-server/conf:/debezium/conf
            - $PWD/debezium-server/data:/debezium/data
            - $PWD/debezium-server/lib/mysql-connector-java-5.1.40-bin.jar:/debezium/lib/mysql-connector-java-5.1.40-bin.jar # try this which gives "class not found" error
          

      Im wondering if I somehow can include mysql 5.1 driver somewhere to make debezium work for  mysql 5.1? Or trying debezium with mysql 5.1 is a dead end? 

      Implementation ideas (optional)

      Able to include mysql 5.1 driver somewhere for debezium to connect to this dinosaur db version. 

            Unassigned Unassigned
            tdc_de kate tan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: