MYSQL schema and data

Hi,

In a YII demo MYSQL data is found in protected/data…

I am using XAMPP mysql to run sql…how can we create database from protected/data in XAMPP MYSQL …?

How to import the schema and data into XAMPP MYSQL and YII fetches record from here?

If any body can help me currently how data is read from protected/data will be helpfull

Could you Google ‘mysql import schema’, please ? :)

hi, jacmoe thanks…

I imported the schema to MYSQL database…

But I don’t see the records inserted to the table…

I want MYSQl to show the records which I insert from the panel… where this records are saved

I came to know my mistake I have committed… Actually I could not found the records because still the db is connecting to sqlite. Once I configured the MYSQl database and scheme, I tried adding records…Now the records were inserted into MYSQL…