Hello everyone,
After installing GD::SecurityImage, I tried to run its test program.
But some error happened like the following:
$ perl eg/demo.pl
Content-Type: text/html; charset=ISO-8859-1
<h1 style="color:red;font-weight:bold"
>FATAL ERROR</h1>
DBI connect('gdsi','root',...) failed: Access denied for user
+ 'root'@'localhost' (using password: NO) at eg/demo.pl line 124
I noticed the changes of version 1.70 says that :
=> Added a demo program to "eg/demo.pl".
It needs DBI, DBD::mysql (and a MySQL server), Apache::Session,
+
String::Random and some CORE modules to run.
It seems I miss some mysql stuff in order to run this demo script. Any idea?
Thanks for the help in advance.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.