in reply to My first MySQL database
Also where is $poemDB declared from, use the -w option to see if it has been declared when you use it. That should give you a start. Also make sure you quote "sulfericacid" as a string too.my $dbh = Mysql->connect($poemDB, sulfericacid, ----) or die $Mysql::db_errstr;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: My first MySQL database
by sulfericacid (Deacon) on Feb 10, 2003 at 19:03 UTC |