i have radius server and mikrotik, in hotspot working, I would like to use radius dhcp and add firewall address-list something for example: Name test, address 192.168.0.5.
If anyone know how to do add from radius server mysql.
I am not certain that I am parsing your question correctly. I may be answering the wrong question.
Here is a sample of the RADIUS attributes I set to put DHCP users into address lists. I use the address lists for mangle and queue trees, but it will work with firewall filter rules also.
FreeRADIUS / MySQL
This is a very standard FreeRADIUS table configuration.
username is mac address in the radcheck table. usernames are tied to groupnames in the radusergroup table.