Results 1 to 1 of 1
I get this error:
#08S01Bad handshake at sql.pl line 2
With this code:
use Net::MySQL;
$mysql=Net::MySQL->new(
hostname => 'localhost',
database => 's7kinfo',
user => 'root',
password => ''
);
The ...
- 01-13-2008 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 6
Help with Net::MySQL
I get this error:
#08S01Bad handshake at sql.pl line 2
With this code:
use Net::MySQL;
$mysql=Net::MySQL->new(
hostname => 'localhost',
database => 's7kinfo',
user => 'root',
password => ''
);
The installation of Net::MySQL appeared to work, so I don't know what the problem is. Anyone know? I'm using xampp for Linux if that makes a difference.


Reply With Quote