BTW 常常阅读手册能加快开发进度。
2009/12/16 joewu <joewu@cyagen.com>
2009/12/16 joe jiang <lamp.purl@gmail.com>救星啊!!能详细说明下 怎么赋予connect权限吗?我是在windows下的Access denied, 意味着你需要 grant 更多的用户访问权限,因为命令行的用户和 web application 用户是不同的。web 用户通常是 apache 运行在 nobody 用户。
grant connect from *.* 类型的命令就可以。2009/12/15 joewu <joewu@cyagen.com>
use Cwd;my $orig_dir=cwd();chdir("D:\Program Files\Apache Software Foundation\Apache2.2\logs") or die "Cannot chdir: $!\n";my $dsn="DBI:mysql:vb;mysql_read_default_file=/my.cnf";my %conn_attrs=(RaiseError=>1,PrintError=>0,AutoCommit=>1);my $dbh=DBI->connect($dsn,undef,undef,\%conn_attrs);chdir($orig_dir) or die "Cannot chdir:$!\n";my $sth=$dbh->prepare(insert into tbl_username(username,password,email,organization,other_org) values(?,?,?,?,?));其中my.ini文件内容是:[client]host=localhostuser=rootpassword=7232830发现连接到mysql数据库时候出现以下错误:DBI connect('vb;mysql_read_default_file=/my.ini','',...) failed: Access denied for user 'ODBC'@'localhost' (using password: NO) at D:\Program Files\Apache Software Foundation\Apache2.2\mason\obj\3045446373\test2\lib\validateUser.mas.obj line 36这种写法我是参考书上写的 ,但总是出现错误!--
您收到此邮件是因为您订阅了 Google 网上论坛的"PerlChina Mongers 讨论组"论坛。
要向此网上论坛发帖,请发送电子邮件至 perlchina@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 perlchina+unsubscribe@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
--
您收到此邮件是因为您订阅了 Google 网上论坛的"PerlChina Mongers 讨论组"论坛。
要向此网上论坛发帖,请发送电子邮件至 perlchina@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 perlchina+unsubscribe@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
--
您收到此邮件是因为您订阅了 Google 网上论坛的"PerlChina Mongers 讨论组"论坛。
要向此网上论坛发帖,请发送电子邮件至 perlchina@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 perlchina+unsubscribe@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
--
您收到此邮件是因为您订阅了 Google 网上论坛的"PerlChina Mongers 讨论组"论坛。要向此网上论坛发帖,请发送电子邮件至 perlchina@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 perlchina+unsubscribe@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
没有评论:
发表评论