Re: Compiled Mysql

1999-08-31 Thread Lance Levsen
> Lance Levsen <[EMAIL PROTECTED]> writes: > > but: > > my @data_sources=DBI->data_sources("mysql");print @data_sources; > > > > outputs: > > nothing. > > Can you connect to mysql using: > > mysql -u -p > > ? > > Jens I can, and successful remote connections as well. And php3 can connect a

Re: Compiled Mysql

1999-08-31 Thread Jens Ritter
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; > > ou

Compiled Mysql

1999-08-30 Thread Lance Levsen
DBI->data_sources("mysql");print @data_sources; outputs: nothing. I've compiled mysql with source defaults to the tables located in /usr/local/var/tables. The mysql user has read/write permissions to that directory. The question I have is does libdbd-mysql-perl expect anything