[rt-users] Problem initializing database

Scott Hebert scott at heberts.net
Tue Aug 7 14:11:24 EDT 2007


On 8/7/07, John Oliver <joliver at john-oliver.net> wrote:
>
>
> grant all on *.* to 'root'@'10.12.14.164' identified by '********'



This is *almost* proper syntax.

Try this instead...

GRANT ALL ON *.* TO 'root'@'10.12.14.164' IDENTIFIED BY '<password>' WITH
GRANT OPTION

Good luck!

--
Scott
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20070807/ff21a12e/attachment.htm>


More information about the rt-users mailing list