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

[REBOL] Re: bit of mysql help?

From: dockimbel:free at: 7-Jan-2004 0:18

Hi Tom, I guess you're on a unix system. If you connect locally, the C mysql client use local sockets while mysql.r use TCP ports. So the points to check are : - Does your mysql server run on the default port 3306 or different one ? - Does your mysql server allow for TCP connection ? - Is your [user--localhost] authorized to connect to "database" ? On Linux, a reverse DNS under REBOL often give localhost.localdomain instead of just localhost. If it's the case, the simplier way to workaround that is to grant access to [user--localhost--localdomain] on mysql server. HTH, -DocKimbel Tom Foster wrote: