How can I have 1 htdocs folder and mysql instance and multiple versions of XAMPP (various platforms)
So I want to put xampp on a usb flash drive. I also want to make it cross-platform (windows/mac/linux). Is it pos开发者_运维百科sible to have a shared htdocs folder and mysql db?
This question belongs on http://serverfault.com
Yes, just point the config files of all apache/mysql instances to the same folder. You don't have to do anything special to the folder.
精彩评论