Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i have created a database in mysql workbench. Now i want the .FRM files for my project deployment. where can i see this files in my folders. I have searched in this folders.

C:\Program Files\MySQL\MySQL Server 5.6\data.

Couldn't find the data's here. Please Help. Actually i don't know i am on the right path. Or please tell me how can i create it?
Posted
Updated 12-Dec-14 7:04am
v3
Comments
Richard MacCutchan 12-Dec-14 5:26am    
mysql workbench should be able to tell you.

1 solution

MySQL does not have MDF LDF files (those are for SQL Server).

To see where your data is run :
SQL
select @@datadir

MySQL has many engines and generally the data is not stored in one file like SQL Server, see here for more information : http://dev.mysql.com/doc/refman/5.1/en/windows-installation-layout.html[^]
 
Share this answer
 
Comments
Maciej Los 12-Dec-14 6:28am    
5ed!
Mehdi Gholam 12-Dec-14 6:29am    
Cheers Maciej!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900