[rt-users] MySQL Connect errorr
Ruslan Zakirov
ruz at bestpractical.com
Thu Apr 17 09:17:29 EDT 2008
This problem is related to mysql and has nothing to do with RT. It's
very well documented on mysql site.
On Thu, Apr 17, 2008 at 5:02 PM, LDB <ldbout at gmail.com> wrote:
> I am receiving the following error when I connect my apache instance
> of RT:
>
> [Thu Apr 17 08:57:46 2008] [error] [client 192.168.10.66] Connect
> Failed Client does not support authentication protocol requested by
> server; consider upgrading MySQL client\n at /opt/rt3/lib/RT.pm line
> 220\n
>
> My MySQL version is 5.0.26 on SuSE 9 SP4 using the latest version of
> RT. My /etc/apache2/vhosts.d/rt.conf is ..
>
> <VirtualHost 192.168.100.48:80>
> ServerName rt.example.org
> DocumentRoot /opt/rt3/share/html
> ServerAdmin noc at example.org
> LogLevel debug
> ErrorLog /var/log/apache2/rt_error_log
> TransferLog /var/log/apache2/rt_access_log
>
> AddDefaultCharset UTF-8
>
> # this line applies to Apache2+mod_perl2 only
> # Below line might be incorrect, I had to use:
> # PerlModule Apache2::compat
> # mod_perl 2.0.1 from FC4 Linux
> #PerlModule Apache2 Apache::compat
>
> SetHandler perl-script
> PerlHandler RT::Mason
>
> Alias /rt "/opt/rt3/share/html"
> PerlModule Apache::DBI
> PerlRequire /opt/rt3/bin/webmux.pl
>
> <Directory /opt/rt3/share/html>
> AllowOverride All
> Options ExecCGI FollowSymLinks
> <IfModule mod_access.c>
> Order allow,deny
> Allow from all
> </IfModule>
> </Directory>
>
> <Location /rt>
> RewriteEngine On
> RedirectMatch permanent (.*)/$ $1/index.html
> </Location>
> </VirtualHost>
>
>
>
> Any ideas??
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
>
--
Best regards, Ruslan.
More information about the rt-users
mailing list