This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / I used to see database files of MySql in folder like mysql/data, but now I cannot see any folder with name "data" under mysql folder. Anyone knows how to locate those database files? Current version: 5.1.30 - community
-plaintext();
2009-2-17
(#5053982@0)
-
most likely the tables are using innodb engine. check ibdata directory instead.
Also run this cmd in mysql console: show table status; it will tell if the table is using innodb engine or myisam engine.
-fedora(fedora);
2009-2-18
(#5058958@0)
-
I will check this later. Actually you can check my.ini. Default setting is: datadir="C:/Documents and Settings/All Users/Application Data/MySQL/MySQL Server 5.1/Data/"
-nicetomeetyou(_);
2009-2-18
(#5059078@0)