Originally posted by KevinADC
					
				
				
			
		I return to $sth->execute() or die $dbh->errstr;, then i get internal server error again.
I'm desperated....I try ...try ...try and the script doesn't works.
Thanks Kevin
> perl scratch.pl
DBI connect('bundinha:localhost','myhumoradm',...) failed: Can't connect to MySQL server on 'localhost' (10061) at scratch.pl line 16
Database connection failed. at scratch.pl line 16.
$ perl scratch.pl DBI->connect(bundinha:localhost) failed: Access denied for user: 'myhumoradm@localhost' (Using password: YES) at scratch.pl line 16 Database connection failed. at scratch.pl line 16.
Comment