fengcheche commented on issue #5831:
URL: https://github.com/apache/seatunnel/issues/5831#issuecomment-1826254325

   不用web配置,手动输入切换成下面这样去启动还是报一样的错误
   
   Without web configuration, manually enter to switch to the following to 
start still report the same error
   ```
   env {
     execution.parallelism = 2
     job.mode = "STREAMING"
     checkpoint.interval = 10000
   }
   
   source {
     MySQL-CDC {
        username = "root"
        password = "&YGV9ijn*UHB"
        table-names = ["seatunnel.user"]
        base-url = "jdbc:mysql://192.168.3.29:3306/seatunnel"
     }
   }
   
   sink {
     jdbc {
        url = "jdbc:mysql://192.168.3.29:3306/seatunnel-synctest"
        driver = "com.mysql.cj.jdbc.Driver"
        username = "root"
        password = "&YGV9ijn*UHB"
        generate_sink_sql = true
        database = "seatunnel-synctest"
        table = "user"
        primary_keys = ["id"]
     }
   
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to