MySQL和PHP(Windows) [英] MySQL and PHP (Windows)

查看:42
本文介绍了MySQL和PHP(Windows)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是的,我已经搜索了关于此的新网站,

,我发现了一万亿个文档。但是请原谅我,如果我认为大多数人都没有帮助

清理薄雾。


我曾经一次又一次地试过这个我被困在复制中libmysql.dll和

php_mysql.dll到处都是,我仍然遇到了令人讨厌的错误:无法

加载PHP_mysql.dll


所以也许有人对我这个问题有正确的答案:


对于Apache2,PHP5和MySQL在Windows上:


我将从哪个版本的文件php_mysql.dll和libmysql.dll复制到

哪里到哪里?

PHP附带的那个? mySQL附带的那些?混合物 ?其他

还在吗?我知道我不必为Win32编译源代码,我得到它

之前工作过一次。


我保证,如果有人指出正确的策略,完整,简洁,我将立即制作一个该信息的网页并将其提供给公众所以

我再也不用再问了.. 。


TYVM!

Werner

Yes I have googled for newsitems about this,
and I found a trillion documents. But pardon me if I think most doen''t help
to clear up the mist.

Tried this once before and again I am caught up in copying libmysql.dll and
php_mysql.dll all over the place and still I get that annoying error: Unable
to load PHP_mysql.dll

So maybe someone has the one correct answer for me to this question:

For Apache2, PHP5 and MySQL on windows:

WHICH version of the files php_mysql.dll and libmysql.dll do I copy from
where to where ?
The one that ships with PHP ? The ones that come with mySQL ? A mix ? Others
still ? I know I don''t have to compile sources myself for Win32, I got it
working once before.

I promise, if someone points out the right strategy, complete, concise, I
will immediately make a webpage of that info and serve it to the public so
I''ll never have to ask again...

TYVM!
Werner

推荐答案

我注意到消息 - ID:< 41 *********************** @ news.xs4all.nl>
来自Von Klinkerhofen的
包含以下内容:
I noticed that Message-ID: <41***********************@news.xs4all.nl>
from Von Klinkerhofen contained the following:
我保证,如果有人指出正确的策略,完整,简洁,我将立即制作该信息的网页,并将其提供给公众,以便我再也不用再问了......
I promise, if someone points out the right strategy, complete, concise, I
will immediately make a webpage of that info and serve it to the public so
I''ll never have to ask again...




如果你只是想起床和跑步......


使用 www.firepages.com.au 中的phpdev


无痛安装和配置Apache,MySql,PHP,phpmyadmin

只需点击一下。


我没有'尽管如此,我还是试过了PHP 5测试版。


-

Geoff Berrow(把它发给电子邮件)

它只有Usenet,没有人死。

我的意见,而不是委员会的,我的。

简单的RFD http://www.ckdog.co.uk/rfdmaker/



If you just want to get up and running...

Use phpdev from www.firepages.com.au

Painless install and configuration of Apache, MySql, PHP, phpmyadmin
with just one click.

I haven''t tried the PHP 5 beta yet though.

--
Geoff Berrow (put thecat out to email)
It''s only Usenet, no one dies.
My opinions, not the committee''s, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/

Geoff Berrow写道:
Geoff Berrow wrote:
我注意到了Message-ID:< 41 *********************** @来自Von Klinkerhofen的news.xs4all.nl>
包含以下内容:
I noticed that Message-ID: <41***********************@news.xs4all.nl>
from Von Klinkerhofen contained the following:
我保证,如果有人指出正确的策略,完整,
简明扼要,我会立即制作一个该信息的网页,并向公众提供,所以我再也不用再问了......
I promise, if someone points out the right strategy, complete,
concise, I will immediately make a webpage of that info and serve it
to the public so I''ll never have to ask again...



如果你只是想站起来[R unning ...

使用来自 www.firepages.com.au的phpdev只需单击一下即可轻松安装和配置Apache,MySql,PHP,phpmyadmin

我没有尝试过PHP 5虽然测试版已经发布了。



If you just want to get up and running...

Use phpdev from www.firepages.com.au

Painless install and configuration of Apache, MySql, PHP, phpmyadmin
with just one click.

I haven''t tried the PHP 5 beta yet though.




嗯,我仍然想要一个解决方案,但非常感谢Geoff,可能会为许多人提供方便的



Well I would still like a solution, but thank you very much Geoff , may come
in handy for many!


文章< 41 *********************** @ news.xs4all.nl> ,

" Von Klinkerhofen" < vo*@klinker.hofen>写道:


:我从哪个版本的文件php_mysql.dll和libmysql.dll复制

:哪里到哪里?


仔细阅读:
http://www.php.net/manual/en/install.windows.manual.php


这是我使用的信息。我没有移动任何文件,我将php

和mysql安装目录添加到我的路径(我的电脑 - >属性

- >环境)。在我的情况下:


e:\Program Files \php

e:\ Program Files \ MYSQL \ MySQL Server 4.1 \bin


然后Apache发现他们很开心。这是使用Apache 2,PHP 5.它是一个古老的Windows NT 4.0,因此我不知道这是否仍适用于

更高版本或者这个混蛋(95,98,ME)版本的Windows。


< ot>

通常我不会用10英尺的东西碰到Winders但是我有了这台旧计算机,我有一份NT的副本,所以嘿,它的确有效,而且我很满意。还没有崩溃,我只需要安装系统两次b $ b,第二次可能是因为我很蠢。

< / ot> ;


使用MySQL,我使用了向导的东西,它似乎安装好了自己很好地支持
。我不知道是否将它添加到你的路径是绝对必要的,

但它可以很容易地从一个名词中调用它。


你将还必须编辑你的各种配置文件,但这是另一个

线程。

-

看起来像德克萨斯州的更多东西给我。

....亚利桑那州,夜晚很温暖,道路很直。
In article <41***********************@news.xs4all.nl>,
"Von Klinkerhofen" <vo*@klinker.hofen> wrote:

:WHICH version of the files php_mysql.dll and libmysql.dll do I copy from
:where to where ?

Read this carefully:
http://www.php.net/manual/en/install.windows.manual.php

This is the information I used. I didn''t move any files, I added the php
and mysql installation directories to my path (My Computer -> Properties
-> Environment). In my case:

e:\Program Files\php
e:\Program Files\MYSQL\MySQL Server 4.1\bin

and then Apache found them happily. This is with Apache 2, PHP 5. It''s
an ancient Windows NT 4.0, so I have no idea if this still works on
later versions or the bastard (95, 98, ME) versions of Windows.

<ot>
Normally I wouldn''t touch Winders with a 10 foot whatnot but I had the
old computer and I had a copy of NT so hey, and it works, and I''m quite
impressed. Hasn''t crashed yet, and I only had to install the system
twice, and the second time was probably because I''m stupid.
</ot>

With MySQL, I used the Wizard thing, and it seemed to install itself
nicely. I don''t know if adding it to your path is absolutely necessary,
but it makes it easy to invoke it from a termial.

You will also have to edit your various config files, but that''s another
thread.
--
Looks like more of Texas to me.
.... Arizona, where the nights are warm and the roads are straight.


这篇关于MySQL和PHP(Windows)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆