在没有互联网访问的情况下安装 Perl 的 mysql-dbd 模块
我需要能够使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从此处下载模块 http://cpan.uwinnipeg.ca/PPMPackages/10xx/
安装通过命令行:
Download the module from here http://cpan.uwinnipeg.ca/PPMPackages/10xx/
install via the command line:
获取模块。 (这可以帮助: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