简体   繁体   中英

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?

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 .

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.

Update 2022!

XAMPP now supports 64-bit

Download here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM