'Xampp on windows 64 bit
I have 32 GB Ram on my server. But i can't use the ram. Because my xampp is 32 bit. I didn't find anyting about 64 bit server.
I have web site. I write it Php and Mysql
Can someone help me about this issue ?
Solution 1:[1]
In contrast to MySQL, PHP and Apache don't support 64-bit Windows builds and therefore neither XAMPP does. You should be able to run 32-bit XAMPP on 64-bit Windows without any problems though.
You can download XAMPP for Windows here.
Solution 2:[2]
If you have an server with Windows Server, them , why you not use IIS + PHP?. have a look here.
But if you still want to use apache2 + php + mysql in Windows, maybe, you should have a look to use docker.
Also, instead to use apache2 or IIS, you can use nginx.
There's a lot of solutions for that, but, personally, I use xaamp for development in my personal pc, not for deployment of apps and websites in server's.
Hope this information works for you.
Solution 3:[3]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Giorgos Myrianthous |
| Solution 2 | Héctor Hernández |
| Solution 3 | Munawir |
