Lance Levsen <[EMAIL PROTECTED]> writes:

> Does anyone run slink with Perl and libdbd-mysql-perl with a locally 
> compiled version of Mysql?
> 
> My problem is that perl refuses to connect. It know the mysql module 
> is there:
>  @driver_names=DBI->available_drivers; print @driver_names;
> 
> outputs:
> ExamplePProxymSQLmysql
> 
> but:
> my @data_sources=DBI->data_sources("mysql");print @data_sources;
> 
> outputs:
> nothing.

Can you connect to mysql using:

mysql -u <name> -p

?

Jens 

P.S.: Please vote against Spam! At
             http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 

Reply via email to