在没有互联网访问的情况下安装 Perl 的 mysql-dbd 模块

发布于 2024-11-15 17:04:56 字数 229 浏览 1 评论 0原文

我需要能够使用 Perl 读取/写入 mysql 数据库。在所有以前的服务器上,我都能够使用 ppm-shell 下载并配置 mysql 的 DBI 模块(我认为是 mysql-dbd)。然而,在一台特定的服务器上,我无法访问互联网。

有没有简单的方法来安装这个?顺便说一句,我使用的是 Windows 2008 Server。我对 Perl 也不擅长,所以如果有人能提供一些易于理解的说明,我将非常感激,

谢谢

I need to be able to read/write to a mysql database using Perl. On all previous servers I have been able to use ppm-shell do download and configure the DBI module for mysql (mysql-dbd I think). However on one particular server, I don't have internet access.

Is there an easy way to get this installed? I'm on Windows 2008 Server by the way. I'm not brilliant at Perl either so if anyone can give some easy to understand instructions I'd really appreciate it

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

追星践月 2024-11-22 17:04:56

从此处下载模块 http://cpan.uwinnipeg.ca/PPMPackages/10xx/

安装通过命令行:

ppm install filename.ppd

Download the module from here http://cpan.uwinnipeg.ca/PPMPackages/10xx/

install via the command line:

ppm install filename.ppd
风流物 2024-11-22 17:04:56

获取模块。 (这可以帮助:http://win32.perl.org/wiki/index.php php?title=PPM_Repositories)

并执行: ppm install FILE.ppd

Get the module. ( this can help: http://win32.perl.org/wiki/index.php?title=PPM_Repositories)

and do: ppm install FILE.ppd

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文