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 ...=
.

>>> insert db "SELECT * FROM staff"
>>>      =20
> =3D3D=3D3D none
>  =20
>>> first db
>>>      =20
> ** Script Error: Invalid argument: 0000-00-00 00:00:00
> ** Where: convert-types
> ** Near: change at row 17 to
>  =20
try copy db ..... in opposite to /Command, Doc's scheme does not use the=20
principle of:

ble: open mysql://user:[EMAIL PROTECTED]/db
conn: first ble
copy conn

simply try "print copy db" to get the result

-pekr-
>
> Alain.
>  =20


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

Reply via email to