Gossamer Forum
Home : Products : Gossamer Links : Discussions :

mysql error

Quote Reply
mysql error
Hello,

I have just installed links sql, during the creation of the mysql data base table, it gives me like error:

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

what must I make
Quote Reply
Re: [mmbb] mysql error In reply to
Get your host to install DBD::mysql or make sure mysql is a database you can use.

From root ssh/telnet:

perl -MCPAN -e 'install DBD::mysql'

Last edited by:

Paul: Mar 27, 2002, 2:29 AM
Quote Reply
Re: [mmbb] mysql error In reply to
Hi,

What platform did you install? WinNT or Unix? It seems that the driver to connect to MySQL is not installed.

If you need help please send me a private message. I am willing to help you.

Regards,

Beck
Post deleted by Paul In reply to

Last edited by:

Paul: Mar 27, 2002, 3:10 AM
Quote Reply
Re: [mmbb] mysql error In reply to
I am on my dedicated server, I give all the permissions has the base.

with phpmyadmin, I arrives has to connect me normally.

I have a unix server
Quote Reply
Re: [mmbb] mysql error In reply to
Log in to your telnet or ssh account and su to root then type:

perl -MCPAN -e 'install DBD::mysql'

...and it will install what you need automatically.
Quote Reply
Re: [Paul] mysql error In reply to
I tested all the indications but he wants nothing to make to install the module.

How cant i do?
Quote Reply
Re: [mmbb] mysql error In reply to
Sorry Im not sure what you mean :)
Quote Reply
Re: [Paul] mysql error In reply to
The problem that I have is as follows:

I tried to install linkssql on a new server, but it gives me like answer:


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

You had advised me to make via ssh:

perl -MCPAN -e 'install DBD::mysql'


what I made, then into the note of intallation of the module always in ssh I introduced the command

install DBD-mysql
but anything work for linkssql, dbd mysql is still not installed
How can't y do?
Quote Reply
Re: [mmbb] mysql error In reply to
>>
install DBD-mysql
<<

That wasn't what I said to do though was it :)

That will only work if you are using ppm on windows.