- 浏览: 1277568 次
- 性别:
- 来自: 常州
文章分类
- 全部博客 (499)
- java (101)
- linux (82)
- mysql (30)
- javascript (45)
- Oracle (12)
- ext (14)
- 虚拟机 (1)
- 搜索引擎 (2)
- struts2 (11)
- 设计模式 (9)
- nginx (17)
- tomcat (12)
- 随想 (10)
- spring (18)
- svn (1)
- flash (3)
- UML (1)
- 数据结构 (7)
- 算法 (2)
- 网摘 (9)
- 数据库 (15)
- ibatis (3)
- jquery (31)
- lucene (1)
- hibernate (14)
- Myeclipse (4)
- 线程 (7)
- jbpm (4)
- 重构 (1)
- mantis (3)
- MediaWiki (4)
- ExtMail (1)
- MDaemon (1)
- egit (1)
- dwr (7)
- sitemesh (2)
- mybatis (1)
- ico (1)
- hadoop (5)
- jsoup (1)
- urlrewrite (2)
- jstl (1)
- spring3 (2)
- aop (2)
- 定时器 (1)
- Quartz (2)
- apache (1)
- php (1)
- security (1)
- iptables (2)
- QQ (1)
- mysqldump (1)
- vim (1)
- memcached (4)
- jad (1)
- 微博 (1)
- html5 (1)
- css3 (1)
- httpclient (10)
- google (1)
- shortUrl (1)
- json (2)
- virtualBox (1)
- mantisBT (2)
- htmlunit (1)
- selenium (2)
- mail (1)
- 正则表达式 (4)
- html (3)
- css (2)
- jatoolsPrinter (1)
- 图片处理 (1)
- hql (1)
- webservice (1)
- 分词 (3)
- 短信 (1)
- VPS (1)
- 事务 (1)
- 广告 (1)
- 画廊 (1)
- git (3)
- github (1)
- openshift (1)
- 缓存 (1)
- web (3)
- android (3)
- c3p0 (1)
- 邮箱 (1)
- memcache (2)
- windows (2)
- js (14)
- 编辑器 (1)
- 打印 (1)
- centos (5)
- boneCP (1)
- 连接池 (1)
- sql (1)
- nosql (1)
- MongoDB (1)
- 浏览器 (1)
- node (1)
- node.js (1)
- backbone.js (1)
- lazyload (1)
- Switch Off (1)
- Titanium (1)
- 网站架构 (1)
- WebDriver (1)
- APJP (1)
- 代理 (1)
- comet (1)
- kendoui (1)
- UI (2)
- 互联网 (1)
- localStorage (1)
- 记录 (1)
- 微信 (2)
- Sphinx (1)
- netty (1)
- js,mvvm,Avalon (1)
- 安卓 (1)
- Tengine (1)
- 大数据 (1)
- 手机 (1)
- paypal (1)
- SaaS (1)
- gitlab (1)
- nodejs (1)
- React (1)
- shadowsocks (0)
- vpn (0)
- 验证码 (1)
- SSL (2)
- SEO (1)
- IntelliJ (1)
- 敏捷开发 (1)
- 项目管理 (1)
- 爬虫 (1)
- 正则 (1)
- owncloud (1)
- 云存储 (1)
- ajax (1)
- pjax (1)
- jdk (1)
- zookeeper (1)
- phantomjs (1)
- ELK (1)
- springcloud (1)
- IDEA (1)
- hexo (1)
- ss (1)
- letencrypt (1)
最新评论
-
peakandyuri:
这个是有BUG的,数字小体现不出来,数字大了就不对了,但是Ja ...
java十进制转换N进制并反转换的工具类 -
ginolai:
然后是相关配置:/etc/sysconfig/iptables ...
Linux中iptables设置详细 -
bzhao:
我测试没啥区别啊!
Thread.sleep()和Thread.currentThread().sleep()区别 -
zhl549342097:
match == false
Spring Security 3.1 中功能强大的加密工具 PasswordEncoder -
hellotieye:
renzhengzhi 写道drager 写道用jsoup后解 ...
jsoup select 选择器
Currently no official 64bit versions of Apache and PHP exists for Microsoft Windows. Only MySQL supports officially 64bit Windows. If you have a 64bit version of Windows (2003/XP/Vista) and want to keep your system pure 64bit here is the solution! In this guide I will show you how to install and set up Apache 2.2 x 64 web servers, PHP 5.2 x64 and MySQL 5.0/5.1 x64 on Windows 2003/XP/ Vista 64bit using unofficial binaries. Although this setup has been tested successfully on Windows Vista 64bit Home Premium, I am not responsible for any damages may occur to your computer by this guide. Proceed at your own risk.
Download needed software
Download unofficial binaries for Apache x64 from blackdot.be:
http://www.blackdot.be/?inc=apache/binaries
Current version (November 2008): httpd-2.2.10-win64.zip
Download PHP x64 from fusionxlan.com:
http://www.fusionxlan.com/PHPx64.php
如果需要fanqiang那就下载CSDN的资源,地址如下:
http://download.csdn.net/download/qiuyu8888/3574736
Current version (September 2008): 5.2.5
Download latest official MySQL 64bit binaries for Windows:
http://dev.mysql.com/downloads/mysql/
Install Apache 64bit
Create a folder inside your C drive and named it something like apache64. Unzip the contents of the Apache zip package you previously downloaded to folder: C:/apache64.
Edit Apache configuration file C:/apache64/conf/httpd.conf and change paths to match your system.
ServerRoot "C:/apache64"
ServerName localhost:80
DocumentRoot "C:/apache64/htdocs"
<Directory "C:/apache64/htdocs">
DirectoryIndex index.html index.htm index.php
ScriptAlias /cgi-bin/ "C:/apache64/cgi-bin/"
If you want to set up virtual hosts uncomment (remove the "#" symbol) the line bellow and edit the hosts.conf file respectively. Setting up virtual hosts on Windows.
#Include conf/extra/httpd-vhosts.conf
Uncomment the following line to load extension mod_rewite needed by Elxis SEO PRO. Also uncomment any other lines you wish to load the corresponding Apache extensions.
LoadModule rewrite_module modules/mod_rewrite.so
Open the Windows command prompt (Start -> Run/Search -> cmd) and navigate to folder C:/apache64 (CD C:\apache64). Execute the following commands:
bin\httpd.exe -k install
bin\httpd.exe -k start
Your Apache should work. Open bin folder and double click the ApacheMonitor.exefile. An icon will be displayed in your Windows taskbar. From there you can start/stop/restart Apache easily. We set the Document root to C:/apache64/htdocs, so this is the folder where you should put your web files (Elxis CMS for example). Open your browser and go to http://localhost/ to ensure Apache runs.
Install PHP 64bit
Create a folder inside your C drive and named it "php". Unzip the contents of the PHP zip package you previously downloaded and copy the contents of the "php-5.2.5 (x64)" (or what ever version you downloaded) to folder: C:/php. We will install PHP as an Apache module. Open your Apache configuration file (C:/apache64/conf/httpd.conf) to tell apache to load the PHP module. Under the existing LoadModule directives add the following:
LoadModule php5_module "C:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
Also add these lines to tell Apache where PHP is located:
# configure the path to php.ini
PHPIniDir "C:/php"
Copy the following files to your Widnows system folder (C:/Windows/system32):
C:/php/php5ts.dll
C:/php/php5isapi.dll
C:/php/php5apache2_2.dll
C:/php/libmysql.dll
C:/php/ext/php_mysql.dll
Copy php.ini-dist to the same folder and rename it as php.ini. Open this file to edit PHP configuration parameters.
extension_dir = "C:/php/ext/"
allow_url_fopen = Off
Load at least the following PHP extesnions by removing the "#" symbol in front of each line:
extension=php_gd2.dll
extension=php_mysql.dll
extension=php_oci8.dll (if you have Oracle database installed)
extension=php_pgsql.dll (if you have postgre database installed)
extension=php_zip.dll
Set sendmail from e-mail address:
sendmail_from = me@example.com
Some settings for MySQL:
mysql.default_port = 3306
mysql.default_host = localhost
Set the session save path to a writable (by anyone) folder in your computer. You can set this to any existing path you wish (For example C:/tmp).
session.save_path = "C:/tmp"
Restart Apache to test if your PHP is working properly.
Install MySQL 64bit
This is the easiest part of the overall procedure as we have downloaded an official 64bit msi package from MySQL. Just double click it to run the installer. Install MySQL as a service.
PHPMyAdmin
Nikos Timiopoulos reported us on February 14, 2009, that he had problems get connected to phpmyadmin. The solution for him was to copy libmysql.dll in C:/Windows/ directory. An alternative, and much more reccommended solution, is to use MySQL GUI tools (Query browser and Administrator).
Finish
Unless I forgotten something :-) your system is ready. You have a pure 64bit WAMP system, congratulations! You can now copy Elxis at C:/apache64/htdocs and run the Elxis installation wizard. If you wish to set up virtual hosts follow this guide:Setting up virtual hosts on Windows.
发表评论
-
mysql5.5 主从热备配置
2017-12-12 15:05 933在线热备: https://www.cnblogs.co ... -
mysql配置优化
2017-08-24 17:55 982此配置是老男孩生产线上使用的配置,在培训的时候,他给的,我在 ... -
MYSQL 调优和使用必读
2015-01-04 15:48 991MYSQL 应该是最流行了 WEB 后端数据库。WEB 开 ... -
更改innodb_log_file_size, 解决InnoDB: ERROR: the ag...的问题
2015-01-04 13:19 1146在批量更新数据的时候,mysqld.err中多次出现了: ... -
MySQL性能优化的最佳20+条经验
2015-01-04 12:32 928转自:MySQL性能优化的 ... -
mysql在线更新工具简介(处理索引多的表更新慢的问题)
2014-12-20 20:53 715【MySQL】online ddl 工具之pt-onlin ... -
Mysql 时间操作(当天,昨天,7天,30天,半年,全年,季度)
2014-10-11 16:15 794本文随手转自:http://josh-persistence ... -
mysql分表的方式
2014-08-11 18:00 804http://www.blogjava.net/ldd600 ... -
Sphinx与mysql
2014-08-11 17:07 921记录用: http://www.cnblogs.com/h ... -
优化mysql性能的十个参数
2013-09-25 15:03 909网上摘选内容如下: 1) ... -
用mysql表分区来优化大数据量的表
2013-09-25 14:01 9082根据公司数据库实际情况,订单表有可能会比预想中扩张速度快, ... -
MySQL表分区功能
2013-09-12 09:51 1168创建分区表 CREATE TABLE `表名` ... -
sql中位运算的妙用
2013-09-02 13:26 1544数据库采用1,2,4,8,16.....等用数字标识(2的 ... -
mysql数据库同步热备(双向以及单向)
2013-08-02 13:59 3806第一种:单向主从热备 mysql主从热备有2种配置方式, ... -
[转载]linux下配置Mysql SLOW QUERY LOG
2013-07-15 13:57 1532优化MySQL最重要的一部 ... -
MySQL事务隔离级别详解[转]
2013-03-22 09:49 1065SQL标准定义了4类隔离级别,包括了一些具体规则,用来限定 ... -
设置mysql缓存
2013-02-07 02:41 1165MySQL query cache从4.1版本开始提供了,不 ... -
mysql中FIND_IN_SET的应用(判断某字符串是否在带逗号的字符串之中)
2012-09-21 12:16 2817测试代码: CREATE TABLE `test` ... -
linux中使用mysqldump对mysql数据库进行定时备份
2012-03-06 19:26 3249#!/bin/bash PATH=/bin:/sb ... -
MySQL内存及虚拟内存优化设置
2012-03-05 16:28 52131、 mysqld --verbose --help ...
相关推荐
【标题】"php+apache+mysql x64" 指的是在64位操作系统环境下,集成搭建PHP、Apache和MySQL服务器的环境配置。这个组合是Web开发中常见的LAMP(Linux, Apache, MySQL, PHP)堆栈在Windows平台上的变体,即WAMP...
至此,Apache、PHP和MySQL已在32位Windows7环境中安装并配置完成,可以作为一个基本的LAMP(Linux, Apache, MySQL, PHP)环境运行Web应用程序。为了确保安全性和性能,建议定期更新软件至最新版本,并进行必要的安全...
在64位Windows 7操作系统下,搭建一个完整的Web开发环境,包括Apache、PHP和MySQL以及PHPmyadmin,是一项常见的任务。以下是一个详细的步骤指南,帮助你了解如何配置这些组件。 首先,你需要下载所需的软件。由于...
该资源提供了详细的图解和一步步的安装指南,使得用户可以轻松地安装和配置 Apache、PHP 和 MySQL。 一、安装 Apache Apache 是一个流行的 Web 服务器软件,具有跨平台、开源、免费等特点。安装 Apache 需要下载 ...
32位Win7环境中PHP安装文件【Apache+PHP+MySQL】 ,ZIP集合Apache+php-5.3.27-Win32+ mysql-5.5.32-win32 ,让你一次安装全部,一步到位。。。。
标题中的“mysql-5.5.28-winx64”指的是MySQL数据库的5.5.28版本,这是专为Windows 64位操作系统设计的。MySQL是一种流行的关系型数据库管理系统(RDBMS),由Oracle公司维护。5.5版本是MySQL历史上的一个重要里程碑...
在Windows 7 64位操作系统中,搭建一个完整的Apache、PHP和MySQL环境是开发Web应用程序的基础步骤。这里我们将详细探讨如何配置这个环境,以及如何处理缺失的MySQL安装包。 首先,Apache是世界上最流行的Web服务器...
安装文件: httpd-2.2.19-win64.rar mysql-5.5.33-winx64.msi php-5.3.6-Win32-VC9-x64.zip 详细安装步骤请参阅本人博客: http://blog.csdn.net/yousuosi/article/details/9859507
在Win7 64位操作系统下配置PHP+MySQL+Apache环境是搭建Web开发平台的重要步骤。本文将详细介绍这一过程,以便于开发者在Windows环境下快速构建本地开发环境。 首先,你需要准备以下三个核心组件: 1. **Apache**:...
在Windows 7操作系统环境下搭建Apache、MySQL和PHP(通常称为LAMP环境)是许多Web开发者进行本地开发工作的重要步骤。这个过程涉及到多个组件的下载、安装和配置,以实现一个功能完备的服务器环境。以下是对每个组件...
"Apache MySQL PHP 一键安装" 指的是在计算机上快速配置 LAMP(Linux, Apache, MySQL, PHP)环境的过程,不过在这个情况下,我们似乎是在Windows操作系统中进行操作,因为压缩包中包含了Windows下的批处理文件和服务...
本文将详细介绍在Windows环境下,如何安装和配置Apache、MySQL、PHP以及phpMyAdmin。 首先,我们需要准备好相应的软件安装包。对于Apache,我们可以选择Apache 2.2版本的Windows安装包(httpd-2.2.16-win32-x86-no_...
在Windows的64位系统上安装64位的Apache、PHP和MySQL是一个常见的需求,尤其对于开发者来说,这样的环境能够支持高性能的Web应用程序。虽然在2010年时,官方可能还没有正式发布64位的Apache和PHP,但存在一些非官方...
标题 "64位apache+mysql+php5.5.10+memcache" 提供了我们正在处理一个针对64位Windows操作系统的软件套装,它包括Apache web服务器、MySQL数据库服务器、PHP 5.5.10脚本语言解释器以及Memcached缓存系统。...
### Win10系统下搭建Apache、MySQL和PHP环境详解 #### 概述 本文旨在指导读者如何在Windows 10操作系统环境下,成功搭建最新的Apache、MySQL及PHP开发环境。随着技术的发展,旧版教程中的步骤可能不再适用于当前的...
Win7 配置Apache+PHP+Mysql环境