mysql> use raddb; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> SELECT * FROM radacct; +-----------+-------------------+------------------+----------+-----------+-------+--------------+-----------+-----------------+---------------------+---------------------+-----------------+---------------+-----------------------+-----------------------+-----------------+------------------+------------------------------+-------------------+--------------------+-------------+----------------+-----------------+----------------+---------------+----------------------+ | radacctid | acctsessionid | acctuniqueid | username | groupname | realm | nasipaddress | nasportid | nasporttype | acctstarttime | acctstoptime | acctsessiontime | acctauthentic | connectinfo_start | connectinfo_stop | acctinputoctets | acctoutputoctets | calledstationid | callingstationid | acctterminatecause | servicetype | framedprotocol | framedipaddress | acctstartdelay | acctstopdelay | xascendsessionsvrkey | +-----------+-------------------+------------------+----------+-----------+-------+--------------+-----------+-----------------+---------------------+---------------------+-----------------+---------------+-----------------------+-----------------------+-----------------+------------------+------------------------------+-------------------+--------------------+-------------+----------------+-----------------+----------------+---------------+----------------------+ | 1 | 5893ED8E-00000000 | 26952a088fe1734e | scilek | | | 192.168.2.3 | 0 | Wireless-802.11 | 2017-02-03 05:41:54 | 2017-02-03 05:51:54 | 600 | RADIUS | CONNECT 0Mbps 802.11b | CONNECT 0Mbps 802.11b | 38351862 | 37234905 | 80-2A-A8-AD-1E-F9:SCILEK.NET | 00-22-FA-F5-B9-0A | Session-Timeout | | | | 0 | 0 | | | 2 | 5893ED8E-00000001 | f023d324ba7f522f | scilek | | | 192.168.2.3 | 0 | Wireless-802.11 | 2017-02-03 05:51:54 | 2017-02-03 06:03:33 | 699 | RADIUS | CONNECT 0Mbps 802.11b | CONNECT 0Mbps 802.11b | 47285431 | 45668506 | 80-2A-A8-AD-1E-F9:SCILEK.NET | 00-22-FA-F5-B9-0A | User-Request | | | | 0 | 0 | | +-----------+-------------------+------------------+----------+-----------+-------+--------------+-----------+-----------------+---------------------+---------------------+-----------------+---------------+-----------------------+-----------------------+-----------------+------------------+------------------------------+-------------------+--------------------+-------------+----------------+-----------------+----------------+---------------+----------------------+ 2 rows in set (0.00 sec) mysql> SELECT * FROM radcheck; +----+----------+------------------+----+-------+ | id | username | attribute | op | value | +----+----------+------------------+----+-------+ | 1 | scilek | User-Password | := | 0000 | | 2 | scilek | Simultaneous-Use | := | 1 | +----+----------+------------------+----+-------+ 2 rows in set (0.00 sec) mysql> SELECT * FROM radreply; +----+----------+-------------------+----+---------------------------------------------------------------------------------+ | id | username | attribute | op | value | +----+----------+-------------------+----+---------------------------------------------------------------------------------+ | 1 | scilek | Session-Timeout | := | 600 | | 3 | scilek | Exec-Program-Wait | = | /usr/local/bin/bash /usr/local/etc/raddb/scripts/sql_datacounter_auth.sh scilek | +----+----------+-------------------+----+---------------------------------------------------------------------------------+ 2 rows in set (0.00 sec) mysql>