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

[REBOL] Re: mysql access denied for user

From: kracik:mbox:dkm:cz at: 20-Mar-2001 0:01

Hi Ryan, This is normal, MySQL always distinguishes user names with domains. When you login with telnet to the server running MySQL, you run MySQL client and server on the same machine. MySQL server recognizes you as [user--localhost] which is granted access by default. But all users in other domains are denied access, and you (or server's administrator) must first grant them access manually. Look here: http://mysql.com/documentation/mysql/bychapter/manual_Privilege_system.html It was not easy for me to understand and set up. -- Michal Kracik [ryan--christiansen--intellisol--com] wrote: