Store asterisk full in mysql

Hi, please help me with my problem.
I want to store /var/log/asterisk/full log to mysql.

I see freepbx_log table in my mysql database, but it is empty. How can I store asterisk log to mysql?

thank in advance.

this is kind of a terrible idea. Asterisk full log can run hundreds of lines a second. This could potentially destroy you system resources. A NOSQL database may be a better alternative. Something fast and light.

There are discussions on stackoverflow about this topic