免费注册 查看新帖 |

Chinaunix

广告
  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2054 | 回复: 1
打印 上一主题 下一主题

求助:perl如何连接mysql数据库? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-07-27 17:26 |只看该作者 |倒序浏览
请问用perl连接mysql有几种方式?
我找到了用DBI的方式,
前面
安装DBI包(DBI-1.48)
安装Data-ShowTable包(Data-ShowTable-3.3)
都过去了
到安装Msql-Mysql-modules-1.2219包的时候就怎么也编译不过去
perl Makefile.PL后,出现下面的代码

  1. Which drivers do you want to install?

  2.     1)  MySQL only
  3.     2)  mSQL only (either of mSQL 1 or mSQL 2)
  4.     3)  MySQL and mSQL (either of mSQL 1 or mSQL 2)

  5.     4)  mSQL 1 and mSQL 2
  6.     5)  MySQL, mSQL 1 and mSQL 2

  7. Enter the appropriate number:  [3]
复制代码

它默认的是3,我想改成1,好像不起作用
这个以后的所有询问都是默认的,包括连接数据库的用户名和密码
一路确定后,执行make命令,到最后就报错,我把代码帖出来
希望大家帮我一下

  1. [root@MagicLinux Msql-Mysql-modules-1.2219]# perl Makefile.PL
  2. Which drivers do you want to install?

  3.     1)  MySQL only
  4.     2)  mSQL only (either of mSQL 1 or mSQL 2)
  5.     3)  MySQL and mSQL (either of mSQL 1 or mSQL 2)

  6.     4)  mSQL 1 and mSQL 2
  7.     5)  MySQL, mSQL 1 and mSQL 2

  8. Enter the appropriate number:  [3] 1


  9. Do you want to install the MysqlPerl emulation? You might keep your old
  10. Mysql module (to be distinguished from DBD::mysql!) if you are concerned
  11. about compatibility to existing applications! [n] y
  12. Where is your MySQL installed? Please tell me the directory that
  13. contains the subdir 'include'. [/usr/local/mysql]
  14. Which database should I use for testing the MySQL drivers? [test]
  15. On which host is database test running (hostname, ip address
  16. or host:port) [localhost]
  17. User name for connecting to database test? [undef] root
  18. Password for connecting to database test? [undef]
  19. Creating files for MySQL ..........................
  20. WARNING: PL_FILES takes a hash reference not a array reference.
  21.          Please inform the author.
  22. Checking if your kit is complete...
  23. Looks good
  24. Note (probably harmless): No library found for -lgz
  25. Using DBI 1.48 (for perl 5.008005 on i386-linux-thread-multi) installed in /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBI/
  26. Writing Makefile for DBD::mysql
  27. Writing Makefile for Msql-Mysql-modules
  28. [root@MagicLinux Msql-Mysql-modules-1.2219]# make
  29. /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.8.5/i386-linux-thread-multi \
  30. -I/usr/lib/perl5/5.8.5 -Ilib -MExtUtils::PerlPP \
  31. -e ppp "dbd/dbimon.in" "dbimon" "lib/DBD/mysql/Install/Config.pm"
  32. /usr/bin/pod2text mysql/lib/DBD/mysql.pm >;README
  33. make[1]: Entering directory `/mnt/hda11/webserver/msql_mysql_modules/Msql-Mysql-modules-1.2219/mysql'
  34. cp lib/DBD/mysql.pm ../blib/lib/DBD/mysql.pm
  35. cp lib/Mysql.pm ../blib/lib/Mysql.pm
  36. cp lib/Mysql/Statement.pm ../blib/lib/Mysql/Statement.pm
  37. cp lib/Bundle/DBD/mysql.pm ../blib/lib/Bundle/DBD/mysql.pm
  38. gcc -c  -I/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBI -I/usr/local/mysql/include -I../dbd -I/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBI -I/usr/lib/perl5/5.8.5/i386-linux-thread-multi -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -march=i686   -DVERSION=\"2.0419\" -DXS_VERSION=\"2.0419\" -fPIC "-I/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE"  -DDBD_MYSQL dbdimp.c
  39. dbdimp.c: In function `mysql_db_login':
  40. dbdimp.c:724: warning: passing arg 3 of `mysql_dr_error' discards qualifiers from pointer target type
  41. dbdimp.c: In function `mysql_db_FETCH_attrib':
  42. dbdimp.c:1013: warning: initialization discards qualifiers from pointer target type
  43. dbdimp.c:1019: warning: initialization discards qualifiers from pointer target type
  44. dbdimp.c:1027: warning: initialization discards qualifiers from pointer target type
  45. dbdimp.c:1048: warning: initialization discards qualifiers from pointer target type
  46. dbdimp.c:1059: warning: initialization discards qualifiers from pointer target type
  47. dbdimp.c: In function `mysql_st_internal_execute':
  48. dbdimp.c:1203: warning: passing arg 3 of `mysql_dr_error' discards qualifiers from pointer target type
  49. dbdimp.c:1264: warning: passing arg 3 of `mysql_dr_error' discards qualifiers from pointer target type
  50. dbdimp.c: In function `mysql_st_fetch':
  51. dbdimp.c:1427: warning: passing arg 3 of `mysql_dr_error' discards qualifiers from pointer target type
  52. dbdimp.c: In function `MysqlReconnect':
  53. dbdimp.c:2163: warning: passing arg 3 of `mysql_dr_error' discards qualifiers from pointer target type
  54. /usr/bin/perl -p -e "s/~DRIVER~/mysql/g" /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBI//Driver.xst >; mysql.xsi
  55. /usr/bin/perl /usr/lib/perl5/5.8.5/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.8.5/ExtUtils/typemap  mysql.xs >; mysql.xsc && mv mysql.xsc mysql.c
  56. Warning: duplicate function definition 'do' detected in mysql.xs, line 281
  57. Warning: duplicate function definition 'rows' detected in mysql.xs, line 407
  58. gcc -c  -I/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBI -I/usr/local/mysql/include -I../dbd -I/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBI -I/usr/lib/perl5/5.8.5/i386-linux-thread-multi -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -march=i686   -DVERSION=\"2.0419\" -DXS_VERSION=\"2.0419\" -fPIC "-I/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE"  -DDBD_MYSQL mysql.c
  59. mysql.xs: In function `XS_DBD__mysql__dr__ListDBs':
  60. mysql.xs:98: warning: passing arg 3 of `mysql_dr_error' discards qualifiers from pointer target type
  61. mysql.xs: In function `XS_DBD__mysql__dr__admin_internal':
  62. mysql.xs:138: warning: passing arg 3 of `mysql_dr_error' discards qualifiers from pointer target type
  63. mysql.xs:144: error: too few arguments to function `mysql_shutdown'
  64. mysql.xs:186: warning: passing arg 3 of `mysql_dr_error' discards qualifiers from pointer target type
  65. mysql.xs: In function `XS_DBD__mysql__db__ListDBs':
  66. mysql.xs:250: warning: passing arg 3 of `mysql_dr_error' discards qualifiers from pointer target type
  67. mysql.xs: In function `XS_DBD__mysql__db__ListTables':
  68. mysql.xs:271: warning: passing arg 3 of `mysql_dr_error' discards qualifiers from pointer target type
  69. make[1]: *** [mysql.o] 错误 1
  70. make[1]: Leaving directory `/mnt/hda11/webserver/msql_mysql_modules/Msql-Mysql-modules-1.2219/mysql'
  71. make: *** [subdirs] 错误 2

复制代码

先谢谢了~~

论坛徽章:
0
2 [报告]
发表于 2005-07-28 14:39 |只看该作者

求助:perl如何连接mysql数据库?

装DBI
然后DBD::mysql。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP