Error in installing canal server for windows

    startup error

    solution: edit the startup.bat file, delete @rem, modify, and restart. Whether the startup is successful or not can be checked. An error occurred in/log/example/example.log, and canal cannot connect to the database
    solution: modify the canal user password in MySQL

    update user set password = PASSWORD('Canal_2020') where user = 'canal';
    

Read More: