Page 1 of 1

Defined DATA disk and directory

PostPosted: 18. December 2016 20:43
by LJHXampp
Hi All,

How do I swing the DATA folder for XAMPP content [MySQL etc] across to a different disk with more space. On the standalone MySQL install this is acheived by editing the my.ini file in the MySQL Server Directory but not sure about the XAMPP installation . The database content will be < 10 Gb.

Basically this will aslo enable me to secure a regular backup along with other data I have on my workstation.

Thanks,

lJ

Re: Defined DATA disk and directory

PostPosted: 19. December 2016 00:56
by Altrea
Hi,

There is no single xampp configuration file. Each component has it's own one and all of them need to be changed.
The good news is that you can use the setup_xampp.bat script for that. Simply move your entire xampp folder to the new location and execute the setup_xampp.bat script which should adjust all of the needed paths in the configuration files.

best wishes,
Altrea

Re: Defined DATA disk and directory

PostPosted: 19. December 2016 15:33
by LJHXampp
Excellent, I will give it a try when I'm back in the office. Thanks Altrea