Accessing mysql data

Hi There, I am new to this. I have been following the tutorials to setup the Rasa X and able to start the chat bot and it is working flawlessly. Now, I have a xaamp server setup on a remote desktop and it has mysql with a table tbl_faq which has the following columns.

  1. ID
  2. keyword
  3. Question
  4. Answer
  5. Link

I am not sure how to get the info from mysql to rasa chat bot. Is there any tutorials or instructions with an example available. So, I can follow.

Thank you in advance,