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

[REBOL] Re: MySQL scheme connection problem

From: mccarter:uniserve at: 21-Jul-2001 18:57

Hi Chris, I ran into this also. You have to grant permissions specifically to the rebol user name, AND the source address. For instance I had to grant permissions to rebuser:xxxxx 127.0.0.1 to use rebol access to MySql from the localhost. I had to grant rebuser:xxxxx 192.168.1.2 for another machine on the private network. Or you can give your user a wildcard "*" access "from" and you can access from anywhere. Bill. Chris wrote: