On Mar 5, 2017, at 3:15 PM, bbnlradius <bbnlradius@bbnl.co.in> wrote:
An observation done and seeking help. I see that every few mins 2 tables keep getting created every few mins. rm_onlinecm1 rm_wlan1 These tables are getting created as myiasm engine, Could you please do let me know if you have come across these creations, if yes, can u please do let me know which file has this script so that i can change it to innodb.
Those tables are not part of FreeRADIUS.
I see the following info in the mysql.conf file.
# If you want both stop and start records logged to the # same SQL table, leave this as is. If you want them in # different tables, put the start table in acct_table1 # and stop table in acct_table2 acct_table1 = "radacct" acct_table2 = "radacct"-------------------------------> If i change this to another table name, will we face any issue, will it help in a better performance?
It won't help I gave you my advice. Alan DeKok.