Hey guys, im working on a shopify app with react and php template, in default sqllite came with the installation but i want to install mysql and get data from a table from my database.
how to install mysql instead of sqlite?
how to create connection and get data from table in php controller.