Re: mysql on redhat9

2004-05-12 Thread Egor Egorov
rd for root user following step by step instruction at: http://dev.mysql.com/doc/mysql/en/Resetting_permissions.html > > -Original Message- > From: Egor Egorov [mailto:[EMAIL PROTECTED] > Sent: 11 May 2004 17:49 > To: [EMAIL PROTECTED] > Subject: Re: mysql on r

RE: mysql on redhat9

2004-05-12 Thread Stephen Camilleri
PROTECTED] Subject: Re: mysql on redhat9 "Stephen Camilleri" <[EMAIL PROTECTED]> wrote: > Thanks Egor.. > > Yes I did. I've been trying to create grant tables using > /usr/bin/mysqladmin but I keep getting access denied for user root. mysqladmin doesn't cr

Re: mysql on redhat9

2004-05-11 Thread Egor Egorov
password for root user? If so, use -p option for command-line clients to specify password. For example: mysql -uroot -p > > -Original Message- > From: Egor Egorov [mailto:[EMAIL PROTECTED] > Sent: 11 May 2004 16:52 > To: [EMAIL PROTECTED] > Subject: Re: mysql

RE: mysql on redhat9

2004-05-11 Thread Peter J Milanese
Silly question. Are you sure it is running? as expected? P "Stephen Camilleri" <[EMAIL PROTECTED]> 05/11/2004 11:10 AM To: "Mysql List" <[EMAIL PROTECTED]> cc: Subject:RE: mysql on redhat9 Thanks Egor.. Yes I did.

RE: mysql on redhat9

2004-05-11 Thread Stephen Camilleri
Thanks Egor.. Yes I did. I've been trying to create grant tables using /usr/bin/mysqladmin but I keep getting access denied for user root. Stephen -Original Message- From: Egor Egorov [mailto:[EMAIL PROTECTED] Sent: 11 May 2004 16:52 To: [EMAIL PROTECTED] Subject: Re: mysql on re

Re: mysql on redhat9

2004-05-11 Thread Egor Egorov
"Stephen Camilleri" <[EMAIL PROTECTED]> wrote: > I was running mysql 0.8.12 on a Redhat9 installation. After I rebooted > machine I lost access to mysql as root user. > > Maybe its a stupid question but I'm new at this... Did I have to do > anything 'persistent' to db before rebooting. I am testin