Locomotion
Joined: 03 Oct 2006
Posts: 1
|
| Posted: Tue Oct 03, 2006 6:41 pm Post subject: [Solved] Share MySQL data (move data folder) |
|
|
Hello
I have windows in C:, and another partition, in F:
Also my linux partitions...
Sice C: is NTFS, Linux can not modify this partition...
So I want to move "htdocs" folder and MySQL data folder to F: (fat32)
To run the same site in Linux and Windows
The htdocs was easy, just changed:
DocumentRoot "F:/server/www/"
In httpd.config, under config folder in apache folder.
But now, I want to move the data folder of MySQL to "F:/server/mysql/"
Resume: Where I can change the MySQL config to set the data folder in "F:/server/mysql/", and not "C:/apache2triad/mysql/data"
ps: Sorry, english is not my 1st language :P
EDIT: I found it, the file to change is my.ini, under windows folder |
|