Leonard,
Saturday, July 20, 2002, 4:50:32 PM, you wrote:

LM> mysql  version 3.23.41 On Redhat 7.2

LM> I was trying to get this setup so I could limit access to future
LM> databases,
LM> and I think I locked my root account out.

LM> I tried restarting with "/etc/rc.d/init.d/mysqld start
LM> --skip-grant-tables", but I don't think it worked.

It reads options from my.cnf file, not from command line. Put
skip-grant-tables into my.cnf file or run
      safe_mysqld --skip-grant-tables &

LM> IT still gives me access denied errors.

LM> ERROR 1044: Access denied for user: '@localhost' to database 'mysql'

LM> I did RTFM, but had no luck.
LM> Any ideas???





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to