Tiny db to mysql

I’ve created a list using dynamic component, and it store and retrieve data from tiny db. Is it possible to switch it from tiny db to php? As I want to store the data to mysql and wanted to display it on the list based on logged in username/id.

Hi
Create your database, and create your tables with the fields you want. Take the tinydb values, use the php script that exists here in the community and it will be working.