In article <[EMAIL PROTECTED]>, Joseph Alotta <[EMAIL PROTECTED]> wrote:
> I am getting this error, having tried all the combinations. Is there > a control panel somewhere that I need to set permissions? I already > tried things in "Sharing". > > > Hosea:/Library/MySQL/bin jja$ /Library/MySQL/bin/mysql -u root -D > names -h Yeshua.local > ERROR 1130: Host '10.0.1.4' is not allowed to connect to this MySQL > server > Hosea:/Library/MySQL/bin jja$ I'm not aware of any Mac OS X particular interface to MySQL permissions table. I think you have to do it through MySQL itself: http://dev.mysql.com/doc/refman/4.1/en/privilege-system.html Good luck :)