Re: Permission Problem in OS X

2004-01-23 Thread Brent Baisley
I'm not sure how much help I'll be since I have never had a problem running MySQL on OSX in the two years I have been using it on OSX. First, you should not need to use sudo or the root account for anything you do with MySQL except maybe installing it. Second, I would always specify the account

RE: Permission problem

2001-11-13 Thread Harpreet
I typed show Grants for root@localhost; and saw that the root has all permissions other then select. I can delete , insert data into the tables of all the databases but cannot select. How can i give the root@localhost 'select' permissions. show grants for root@localhost displays: Grant insert,upd

Re: Permission problem

2001-10-01 Thread Benjamin Pflugmann
Hi. Sorry, but how does this problem relate to MySQL? Bye, Benjamin. On Mon, Oct 01, 2001 at 11:29:13AM -0400, [EMAIL PROTECTED] wrote: > Hello list members, > > I am running mysql on a linux server. I can connect to it using telnet and > also using mysql client. I am given all the p