Where is the Database file location that I created in MySQL - Command Line Client. I searched a lot and it says it was located in. "C:\Program Files\MySQL\MySQL Server 5.7\Data"
. But the Data folder is not existing.
Example.
CREATE DATABASE Sample;
use Sample;
Where will I be able to find the database file for Sample?