|
From: <jca...@we...> - 2006-11-03 20:23:07
|
Hi Tim, This can happen if the MySQL client libraries are out of sync with the My= SQL server on your system. The best solution is to upgrade the DBD::mysql= Perl module, which can be done using the Perl Modules page in Webmin. The alternative is to tell Webmin to use it's own (slightly less reliable= ) code to talk to MySQL. This can be done by clicking on the Module Confi= g link, and changing the 'Use DBI to connect' option to 'No'. - Jamie -----Original Message----- From: Tim McGeary <tim...@Le...> Subj: [webmin-l] problem with managing MySQL databases in webmin Date: Fri 3 Nov 2006 10:37 am Size: 619 bytes To: web...@li... Greetings, This is my first message and I'm very new with Webmin. I have a MySQL 5 server running on a Linux box, and I am trying to use Webmin to manage the databases on the MySQL server. I can successfully start and stop the MySQL server with Webmin, but when I try to manage users or tables or anything I get the following error: > DBI connect failed : Client does not support authentication protocol > requested by server; consider upgrading MySQL client I have the same version of the client running as I do the server. I don't understand why I am getting this error. Thanks, Tim --- message truncated --- |
|
From: Paul C. <pcu...@op...> - 2006-11-03 21:57:57
|
jca...@we... wrote: > Hi Tim, > This can happen if the MySQL client libraries are out of sync with the MySQL server on your system. The best solution is to >upgrade the DBD::mysql Perl module, which can be done using the Perl Modules page in Webmin Where is that page? > > The alternative is to tell Webmin to use it's own (slightly less reliable) code to talk to MySQL. This can be done by clicking on the Module Config link, and changing the 'Use DBI to connect' option to 'No'. > > - Jamie > > -----Original Message----- > > From: Tim McGeary <tim...@Le...> > Subj: [webmin-l] problem with managing MySQL databases in webmin > Date: Fri 3 Nov 2006 10:37 am > Size: 619 bytes > To: web...@li... > > Greetings, > > This is my first message and I'm very new with Webmin. I have a MySQL 5 > server running on a Linux box, and I am trying to use Webmin to manage > the databases on the MySQL server. > > I can successfully start and stop the MySQL server with Webmin, but when > I try to manage users or tables or anything I get the following error: > >> DBI connect failed : Client does not support authentication protocol >> requested by server; consider upgrading MySQL client > > I have the same version of the client running as I do the server. I > don't understand why I am getting this error. > > Thanks, > Tim > > > --- message truncated --- > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > |
|
From: Jamie C. <jca...@we...> - 2006-11-03 22:00:36
|
It is a module under the Others category, called Perl Modules. At the bottom of the page is a form for installing new Perl modules from CPAN. You should be able to just type in DBD::mysql, and it will do the rest.. - Jamie On 3/Nov/2006 13:57 Paul Cubbage wrote .. > jca...@we... wrote: > > Hi Tim, > > This can happen if the MySQL client libraries are out of sync with the > MySQL server on your system. The best solution is to > >upgrade the DBD::mysql Perl module, which can be done using the Perl > Modules page in Webmin > > Where is that page? > > > > > The alternative is to tell Webmin to use it's own (slightly less reliable) > code to talk to MySQL. This can be done by clicking on the Module Config > link, and changing the 'Use DBI to connect' option to 'No'. > > > > - Jamie > > > > -----Original Message----- > > > > From: Tim McGeary <tim...@Le...> > > Subj: [webmin-l] problem with managing MySQL databases in webmin > > Date: Fri 3 Nov 2006 10:37 am > > Size: 619 bytes > > To: web...@li... > > > > Greetings, > > > > This is my first message and I'm very new with Webmin. I have a MySQL > 5 > > server running on a Linux box, and I am trying to use Webmin to manage > > the databases on the MySQL server. > > > > I can successfully start and stop the MySQL server with Webmin, but when > > I try to manage users or tables or anything I get the following error: > > > >> DBI connect failed : Client does not support authentication protocol > >> requested by server; consider upgrading MySQL client > > > > I have the same version of the client running as I do the server. I > > don't understand why I am getting this error. > > > > Thanks, > > Tim > > > > > > --- message truncated --- > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > - > > Forwarded by the Webmin mailing list at web...@li... > > To remove yourself from this list, go to > > http://lists.sourceforge.net/lists/listinfo/webadmin-list > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list |
|
From: Tim M. <tim...@Le...> - 2006-11-06 14:37:31
Attachments:
tim.mcgeary.vcf
|
Thanks, Jamie. Upgrading DBD::mysql worked like a charm!!! Tim jca...@we... wrote: > Hi Tim, This can happen if the MySQL client libraries are out of sync > with the MySQL server on your system. The best solution is to upgrade > the DBD::mysql Perl module, which can be done using the Perl Modules > page in Webmin. > > The alternative is to tell Webmin to use it's own (slightly less > reliable) code to talk to MySQL. This can be done by clicking on the > Module Config link, and changing the 'Use DBI to connect' option to > 'No'. > > - Jamie > > -----Original Message----- > > From: Tim McGeary <tim...@Le...> Subj: [webmin-l] problem > with managing MySQL databases in webmin Date: Fri 3 Nov 2006 10:37 > am Size: 619 bytes To: web...@li... > > Greetings, > > This is my first message and I'm very new with Webmin. I have a > MySQL 5 server running on a Linux box, and I am trying to use Webmin > to manage the databases on the MySQL server. > > I can successfully start and stop the MySQL server with Webmin, but > when I try to manage users or tables or anything I get the following > error: > >> DBI connect failed : Client does not support authentication >> protocol requested by server; consider upgrading MySQL client > > I have the same version of the client running as I do the server. I > don't understand why I am getting this error. > > Thanks, Tim > > > --- message truncated --- > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? Get stuff done quickly with pre-integrated technology to > make your job easier Download IBM WebSphere Application Server > v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > - Forwarded by the Webmin mailing list at > web...@li... To remove yourself from this > list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-list > > |