>Description:
        The % character in the Host field of the mysql.user table does not seem to 
match the host on which mysqld is running.
>How-To-Repeat:
        GRANT USAGE ON *.* TO user@'%'
        mysql -u user -h machine.apple.com (from machine.apple.com)
>Fix:
        GRANT USAGE ON *.* TO [EMAIL PROTECTED]

>Submitter-Id:  <submitter ID>
>Originator:    
>Organization:
        Apple
>MySQL support: none
>Synopsis:      % does not match the mysql host in mysql.user table
>Severity:      non-critical
>Priority:      low
>Category:      mysql
>Class:         sw-bug
>Release:       mysql-3.23.54 (Source distribution)

>Environment:
        
System: Darwin dzone200.apple.com 6.4 Darwin Kernel Version 6.4: Wed Jan 29 18:50:42 
PST 2003; root:xnu/xnu-344.26.obj~1/RELEASE_PPC  Power Macintosh powerpc


Some paths:  /usr/bin/perl

Compilation info: CC='gcc'  CFLAGS=''  CXX='g++'  CXXFLAGS=''  LDFLAGS=''
LIBC:


lrwxr-xr-x  1 root  wheel  15 Feb 14 16:49 /usr/lib/libc.dylib -> libSystem.dylib
Configure command: ./configure '--prefix=/usr/local/simonSaysMySQL/' '--with-innodb' 
'--enable-thread-safe-client'

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to