Re: Problems Adding User

2007-12-24 Thread Victor Subervi
ver logs for more info? > > > > > > Regards, > > > > > > Amit Sharma > > > E: [EMAIL PROTECTED] > > > M: +91 9971 490 700 > > > W: www.affle.co.uk > > > > > > > -Original Message- > > > > From: Vi

Re: Problems Adding User

2007-12-20 Thread Victor Subervi
o:[EMAIL PROTECTED] > > Sent: 20 December 2007 22:57 > > To: mysql@lists.mysql.com > > Subject: Problems Adding User > > > > Hi; > > > > I can create the following just fine: > > > > grant all on data1.* to myuser IDENTIFIED BY 'pass'; > >

RE: Problems Adding User

2007-12-20 Thread Amit Sharma
mber 2007 22:57 > To: mysql@lists.mysql.com > Subject: Problems Adding User > > Hi; > > I can create the following just fine: > > grant all on data1.* to myuser IDENTIFIED BY 'pass'; > > grant all on data2.* to myuser IDENTIFIED BY 'pass'; > &

Problems Adding User

2007-12-20 Thread Victor Subervi
Hi; I can create the following just fine: grant all on data1.* to myuser IDENTIFIED BY 'pass'; grant all on data2.* to myuser IDENTIFIED BY 'pass'; ...but when I try this: CREATE USER myuser IDENTIFIED BY 'pass'; ERROR 1396 (HY000): Operation CREATE USER failed for 'myuser'@'%' ...and this: