[cvsnt] Audit on MySql
AD
a.dambrosio at cnispa.it
Mon Jan 22 13:46:42 GMT 2007
The problem is caused by the use of a MySql version (4.1) with a different
mechanism for autentication.
So I have modified the password of my database user using the statement:
mysql> SET PASSWORD FOR
-> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');
See http://dev.mysql.com/doc/refman/5.0/en/old-client.html
Now all is right.
Thank you
"AD" <a.dambrosio at cnispa.it> ha scritto nel messaggio
news:ep20i0$4fi$1 at paris.nodomain.org...
> Hi all,
> I am testing audit on MySql using
>
> Server
> Open Source CVSNT 2.5.03 (Scorpio) Build 2382
> MySql Server 4.1
>
> Client
> TortoiseCvs 1.8.29 - (CVSNT) 2.5.03 (Scorpio) Build 2260 (client/server)
>
> Plug-in Configuration OK (Connection Ok and Creation Tables Ok)
> When I make some commands as Edit a file I receive this message:
>
> Audit trigger initialiasation failed: Open failed: Client does not support
> authentication protocol requested by server; consider upgrading MySQL
> client
> cvs server: Pre-command check failed
>
> Can anyone give me an explanation of the problem ?
>
> Thank you in advance
>
More information about the cvsnt
mailing list