Krillins MySQL Error

Newbie Spellweaver
Joined
Nov 14, 2007
Messages
39
Reaction score
0
When I try to use Krillins front end i get this error

Client does not support authentication protocol requested by server; consider upgrading MySQL client

Here is my Server's site

If I use a simple account creation page, it works fine.

I'm using MySQL 5.1 and I've set the server to allow remote connections.

I'm hosting the frontend on a remote host, the SQL database on one comp and ASCENT rev 3255 on another.

ascent connects and works just fine, just krillins is not working.
 
i found that it has to do with the fact that php4 which i guess krillins is coded in dosen't support the password hashing in mysql 4.1 and above. i found this tutorial on the mysql site, but when i do the commands, nothing works. could someone maybe go over why they aren't working.

I'm really trying to get this done on my own, but its really difficult.

thanks
-ben
 
Back