Re: [Sqlrelay-discussion] "password size is wrong" error message
Brought to you by:
mused
|
From: Arnaud C. <arn...@co...> - 2005-11-16 09:07:22
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <br> Hehehe, it works :-) That's sooooo great... Thanks very much.<br> <br> I've been able to switch from each server running its sqlrelay to all connected to the same sqlrelay... My mysql database thanks you also :-)<br> <br> This product is getting better and better.<br> <br> Cheers<br> <br> Arnaud<br> <br> <br> <br> Firstworks/4access wrote: <blockquote cite="mid...@lo..." type="cite"> <pre wrap="">That bug will be fixed in 0.37. I was using "long" integers in 0.36 which are 4 bytes on x86 but 8 bytes in x86_64. 0.37 uses int32_t and the like which are more explict. Give <a class="moz-txt-link-freetext" href="http://www.firstworks.com/sqlrelay-0.37pre3.tar.gz">http://www.firstworks.com/sqlrelay-0.37pre3.tar.gz</a> a try. David Muse <a class="moz-txt-link-abbreviated" href="mailto:dav...@fi...">dav...@fi...</a> On Mon, 2005-11-14 at 02:04 +0100, Arnaud Connois wrote: </pre> <blockquote type="cite"> <pre wrap="">Hi all, When I connect from php on a i386 machine to a sqlrelayd on a x86_64 machines I get theses kind of messages in the debug logs : 11/14/2005 00:29:14 CET listener [3622] : authentication failed: password size is wrong In a previous thread in the archives : <a class="moz-txt-link-freetext" href="http://sourceforge.net/mailarchive/message.php?msg_id=12064055">http://sourceforge.net/mailarchive/message.php?msg_id=12064055</a> I've seen that this is related to variable size between different OS. I'm using sqlrelay-0.36.4. Any idea if 0.37 will solves this ? Does somebody tried the pre versions of 0.37 and had some experience connecting between 2 different OS like this and had it working ? So far this is the only dificulty I had to sqlrelay. This is a great product. Thanks. Arnaud ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: <a class="moz-txt-link-freetext" href="http://sourceforge.net/geronimo.php">http://sourceforge.net/geronimo.php</a> _______________________________________________ Sqlrelay-discussion mailing list <a class="moz-txt-link-abbreviated" href="mailto:Sql...@li...">Sql...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion">https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion</a> </pre> </blockquote> <pre wrap=""><!----> ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: <a class="moz-txt-link-freetext" href="http://sourceforge.net/geronimo.php">http://sourceforge.net/geronimo.php</a> _______________________________________________ Sqlrelay-discussion mailing list <a class="moz-txt-link-abbreviated" href="mailto:Sql...@li...">Sql...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion">https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion</a> </pre> </blockquote> </body> </html> |