Petr Krenzelok wrote:
> Alain Goy=C3=A9 wrote:
>   
>> No, I'm not using an empty password, and my "old_passwords" variable is=
>>     
>  =3D
>   
>> OFF...
>>
>> But here is something new: I installed the same mySql version on anothe=
>>     
> r =3D
>   
>> machine (Windows server 2003) and (accessing it over the LAN with the =3D
>> same Rebol) now it works better... Except for the rubbish printouts =3D
>> which are still here:
>>
>>  =20
>>     
>>>> do %mysql-protocol.r
>>>>      =20
>>>>         
>> Script: "MySQL Protocol" (25-Jan-2006)
>> MySQL protocol loaded
>>  =20
>>     
>>>> ; good password:
>>>> db: open mysql://root:[EMAIL PROTECTED]/cist
>>>>      =20
>>>>         
>> connecting to: 10.10.10.14
>> [EMAIL PROTECTED]@[EMAIL PROTECTED]@=3DC3=3D85z0=3DC2=3D81^U =3D
>> =3DC5=3DA0#=3DC2=3DB2=3DC3=3DAB^X:=3DC3=3DBF=3DC3=3D9A=3DC3=3DA0^XBYX=3D=
>>     
> [EMAIL PROTECTED]@}
>   
>>  =20
>>     
>
> oops, seems like some forgotten debug output to me? I get it here too ...=
>   

yes, I seem to get it fixed. Just one forgotten probe in do-handshake 
function - look at the code below:

send-packet port probe rejoin [
            write-int client-param
            write-int24 (length? port/user) + (length? port/pass)
                + 7 + std-header-length
            write-string port/user
            write-string key: scramble port/pass port
            write-string port/target
]

remove the probe ....

Now at least the rubbish output should be gone ...

Cheers,
-pekr-


-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to