Re: mysqlimport access denied errors

2002-12-20 Thread Paul DuBois
At 13:04 + 12/20/02, Imran Khan wrote: Hi, I'm working on SOlaris 8 with MySQL v3.23.54. I'm trying to give a user 'user1' access to one of my databases 'db1', and specifically one table 'table1'. As root I've run: msql> grant all on db1 to user1@localhost -and it appears to work fine. Tr

mysqlimport access denied errors

2002-12-20 Thread Imran Khan
Hi, I'm working on SOlaris 8 with MySQL v3.23.54. I'm trying to give a user 'user1' access to one of my databases 'db1', and specifically one table 'table1'. As root I've run: msql> grant all on db1 to user1@localhost -and it appears to work fine. However when as the solaris user 'user1', I ru