I just installed Mysql for php and Apache on Windows, Where are the mysql db stored when i create them.
Where are MySQL Databases stored in windows.
Collapse
X
-
Originally posted by kardon33I just installed Mysql for php and Apache on Windows, Where are the mysql db stored when i create them.
then go to data folder
ie if you are using XAMPP
go to xampp folder then mysql folder then data folder
nomad -
The exact location is stored in my.ini which exists under main mysql installation directory. In my.ini file, look for 'datadir'. This parameter points the data folder. You can change the path for data files to store databases to location of your choice.Comment
-
Martin S
Check this place: Documents and Settings\All Users\Applicati on Data\MySQL\MySQ L Server x.x\DataComment
Comment