Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Mysql driver not found

Quote Reply
Mysql driver not found
I move my domain to another server

I get an error when I try to run setup.cgi

Error: Datbaase driver mysql is not installed. Available drivers: ADO,ExampleP,Multiplex,Proxy

Which driver? My new provider told me he has installed DBI::DBD

Michael

Quote Reply
Re: Mysql driver not found In reply to
Hi,

You don't have DBD::mysql installed (which means you may not have mysql installed). Double check with your ISP..

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Mysql driver not found In reply to
I have the same error installing wwwthreads,
but Adcycle is installed without problems on
the same (dedicated) Server.

Michael


Quote Reply
Re: Mysql driver not found In reply to
Hi!

my ISP told me that i should have this MySQL ODBC driver installed on my computer !? not on his "server" ?

Gregor
Quote Reply
Re: Mysql driver not found In reply to
Hi,

Your ISP is wrong. In order for any perl script to interact with your MySQL database, it needs two modules to be installed: DBI and DBD::mysql. Without those, your script won't be able to connect.

What he is talking about is you connecting to your database from your own personal computer using Access or something similiar.

Cheers,

Alex

--
Gossamer Threads Inc.