Hi,
does anyone knowns where MySQL stores the database files?
Thanks,
Where does MySQL store it database files
Re: Where does MySQL store it database files
This is set by datadir in my.cf (/etc/mysql/my.cnf) in Linux,
or my.ini (C:\Program Files\MySQL\MySQL Server 5.1\my.ini) in Windows
Standard it is in Linux:
datadir = /var/lib/mysql
in Windows:
datadir="C:/Documents and Settings/All Users/Application Data/MySQL/MySQL Server 5.1/Data/"
or my.ini (C:\Program Files\MySQL\MySQL Server 5.1\my.ini) in Windows
Standard it is in Linux:
datadir = /var/lib/mysql
in Windows:
datadir="C:/Documents and Settings/All Users/Application Data/MySQL/MySQL Server 5.1/Data/"
Re: Where does MySQL store it database files
Thanks for the info