I figured it out, you used lowercase and it has to be ADMIN_LOG
but I found I needed was SELECT * FROM ubbt_REFERER_LOG
was the data I wanted but, kinda a pain since as mentioned I would have to copy paste that data to my PC
Also I notice important is the time/date is missing in the data
or just paste:
SELECT *
FROM `ubbt_admin_log`
into your SQL textarea and execute, then copy to clipboard
*replace 'ubbt_' with your boards' prefix