Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] RE : Re: RE : Re: RE : Re: R: fixes - Re: MySQL 1.0.0 beta driver released .... (BUG REPORT)

From: alain:goye:free at: 6-Feb-2006 20:06

No, I'm not using an empty password, and my "old_passwords" variable is OFF... But here is something new: I installed the same mySql version on another machine (Windows server 2003) and (accessing it over the LAN with the same Rebol) now it works better... Except for the rubbish printouts which are still here:
>> do %mysql-protocol.r
Script: "MySQL Protocol" (25-Jan-2006) MySQL protocol loaded
>> ; good password: >> db: open mysql://root:mySqlAdmin-10.10.10.14/cist
connecting to: 10.10.10.14 {^K^-^Y^-^-root^-=C3=85z0=C2=81^U =C5=A0#=C2=B2=C3=AB^X:=C3=BF=C3=9A=C3=A0^XBYX=C3=83^-cist^-}
>> insert db "SELECT * FROM staff"
== none
>> first db
** Script Error: Invalid argument: 0000-00-00 00:00:00 ** Where: convert-types ** Near: change at row 17 to Alain. -----Message d'origine----- De : rebol-bounce-rebol.com [mailto:rebol-bounce-rebol.com] De la part de Petr Krenzelok Envoy=C3=A9 : lundi 6 f=C3=A9vrier 2006 19:38 =C3=80 : rebolist-rebol.com Objet : [REBOL] Re: RE : Re: RE : Re: R: fixes - Re: MySQL 1.0.0 beta driver released .... (BUG REPORT) Alain Goy=E9 wrote:
> Hi Anton, > > This is MySQL 4.1.14-nt ... >
Hmm, strange a bit, worked for me, although can't remember right now, as=20 I installed 5.x in the meantime. Are you using empty password? Or are=20 you using "old_password" setting in mySQL? -pekr-