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 …
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>
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@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 …
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>
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 …
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 …
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 …
the server != RT, but == mysql server! If you’re going to use “older
password hashing algorithm” then you should read mysql docs to
understand consequences.On Thu, Apr 17, 2008 at 5:22 PM, LDB ldbout@gmail.com wrote:
Does the following apply to RT …
Tell the server to use the older password hashing algorithm
?
Thanks,
LDB
On Apr 17, 2008, at 9:17 AM, Ruslan Zakirov wrote:
This problem is related to mysql and has nothing to do with RT. It’s
very well documented on mysql site.
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 …