[REBOL] MySQl connection problem
From: m:koopmans2:chello:nl at: 24-Aug-2001 22:23
Hi (DocKimbel),
I am using your MySQL scheme, and get the reverse DNS lookup error. What
happens is that the system administartor doesn't have /etc/hosts configured
properly, so the MySQL grants don't match.
Alas, he is on a holiday, I have no root password, I am basically helping my
wife out with her grauduation project (that has a dedaline), and I notice
something peculiar!
When I use the read syntax (very cool) it works! But 'open gives an access
error due to the DNS mapping! In core 2.5 on Linux.
The problem is that I have a lot of [ { ? } 'some-val ] like queries that
don't seem to work with read. Is there a way for me to patch te protocol to
disable the reverse DNS when using open/insert/copy/close like in read? Or
can I use the block queries with read as well?
Thanks (anyway for the cool protocol, my MySQL-C mapping is a bit too heavy
sometimes),
Maarten