1

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?

confusedandamused
  • 746
  • 2
  • 8
  • 28
Jet Seighart
  • 29
  • 1
  • 6

1 Answers1

2
SHOW VARIABLES WHERE Variable_Name LIKE "%datadir"
khalid
  • 175
  • 5
  • 15