Hi Carlos, On Friday, February 4, 2005, 7:34:59 PM, you wrote:
CL> Here is what I get when try to connect my REBOL script to the MySQL CL> host at localhost (127.0.0.1): CL> ** Access Error: Cannot connect to localhost ** Where: open-proto ** CL> Near: db: open mysql://root:[EMAIL PROTECTED]/test insert db Most likely the problem is that MySQL is set up to only listen to the Unix socket and not to TCP connections. Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/ -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
