AhmedHanyAbdulazim

Results 3 comments of AhmedHanyAbdulazim

you will need to config https://github.com/jookies/jasmin/blob/master/misc/config/jasmin.cfg allow [jcli] # If you want you can bind a single interface, you can specify its IP here #bind = 127.0.0.1 # Accept connections...

just use it move 9.001_add_group_id_for_sharding.sql and 9.002_adjust_radacct_triggers.sql to /var/www/html/cake4/rd_cake/setup/db/ and sudo mysql -u root rd < /var/www/html/cake4/rd_cake/setup/db/rd.sql cd /var/www/html/cake4/rd_cake/setup/db/ for f in $(ls -1v 8.*.sql 9.*.sql); do echo "Applying patch:...

also u will need this triger DELIMITER // CREATE TRIGGER copy_to_radacct_history_after_update AFTER UPDATE ON radacct FOR EACH ROW BEGIN IF NEW.acctstoptime IS NOT NULL AND OLD.acctstoptime IS NULL THEN INSERT...