Fastest way to get XAMPP or WAMP up on Win7 64-bit?(在 Win7 64 位上启动 XAMPP 或 WAMP 的最快方法?)
问题描述
我最近升级到了 64 位机器,(我知道我落后了,但一切都在运行,而且我很便宜).我在旧机器上使用 XAMPP 来支持本地网络开发,并希望在我的新机器上做同样的事情.但是,我在让 XAMPP 或 WAMP 在 64 位安装下正常运行时遇到了很大的麻烦.WAMP 根本不会安装,说安装文件已损坏并且 XAMPP 会安装,但会在控制面板启动时引发关于从 XAMPP 目录运行的错误,并且 Apache 不会保持运行.
I recently upgraded to a 64-bit machine, (I know I'm behind but everything was running and I'm cheap). I use XAMPP on my older machines to stand up local web dev and want to do the same on my new machine. However I'm having significant trouble getting XAMPP or WAMP to run properly under the 64-bit install. WAMP simply won't install saying that the setup files are corrupted and XAMPP installs but throws an error about running from the XAMPP directory on control panel launch and Apache will not stay running.
在我的阅读中,似乎 XAMPP 或 WAMP 都尚未移植到 64 位(不确定此信息是否是最新信息).
In my reading it seems that neither XAMPP or WAMP have been ported to 64-bit yet (not sure if this information is the most recent).
在 64 位 Win 7 安装中获得这些堆栈之一的最快方法是什么,我真的不在乎它是否必须在 32 位模式下运行.预先感谢您的帮助.
What is the quickest way to get one of these stacks up on a 64-bit Win 7 install, I don't really care if it has to run in 32-bit mode or not. Thanks in advance for your help.
当然,在发布后我找到了 WAMP 的 64 位下载,在这里发布给像我一样面临搜索挑战的其他人.我一直在获取 sourceforge 下载链接而不是 wampserver 下载链接.显然,直接搜索引擎链接默认为 32 位或其他.
Of course after posting I found the 64-bit download of WAMP, posting here for others who are search challenged like myself. I had been getting the sourceforge download links rather than the wampserver ones. Apparently the direct search engine links were defaulting to 32-bit or something.
这里的两个版本:http://www.wampserver.com/en/download.php
推荐答案
从 这里
提取到你喜欢的地方.然后从解压目录启动 setup_xampp.bat,按照说明
extract to someplace u like. then launch setup_xampp.bat from the extracted directory, follow instructions
双击 xampp_Start.exe 启动,xampp_stop.exe 停止.
double click on xampp_Start.exe to start, xampp_stop.exe to stop.
您甚至可以将其提取到 USB 驱动器中,当您更改计算机时,只需再次启动 setup.bat.你可以走了
u can even extract this in a USB drive and when u change compus just launch the setup.bat once again. and u are good to go
这篇关于在 Win7 64 位上启动 XAMPP 或 WAMP 的最快方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Win7 64 位上启动 XAMPP 或 WAMP 的最快方法?
基础教程推荐
- ERROR 2006 (HY000): MySQL 服务器已经消失 2021-01-01
- 将数据从 MS SQL 迁移到 PostgreSQL? 2022-01-01
- Sql Server 字符串到日期的转换 2021-01-01
- SQL Server 2016更改对象所有者 2022-01-01
- SQL Server:只有 GROUP BY 中的最后一个条目 2021-01-01
- 在 VB.NET 中更新 SQL Server DateTime 列 2021-01-01
- 如何在 SQL Server 的嵌套过程中处理事务? 2021-01-01
- 使用pyodbc“不安全"的Python多处理和数据库访问? 2022-01-01
- 无法在 ubuntu 中启动 mysql 服务器 2021-01-01
- SQL Server 中单行 MERGE/upsert 的语法 2021-01-01