- edit configs
- edit config.txt (if needed)
- edit config-mysql.txt (you can find example in config-mysql-example.txt)
- edit config-sms-ru.txt (you can find example in config-mysql-example.txt)
- run python3 installation-mysql.py (if needed, install mysql.connector first via sudo python3 pip install mysql-connector)
- add mysql-dbevents-notify.py in crontab or systemd to autorun watcher after reboot
The test insert to try on the tracker project:
INSERT INTO `accounts`(`id_account`, `email`, `passwordh`, `id_company_fk`, `date_of_reg`, `is_blocked`) VALUES (null,"[email protected]","hash",null,null,0)