[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] 'root' account permissions in MySQL
- Subject: Re: [cobalt-users] 'root' account permissions in MySQL
- From: Bruce Timberlake <bruce@xxxxxxxxxx>
- Date: Thu Jun 19 08:38:01 2003
- Organization: BRTNet.org
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> while attemting to get an ODBC connection happening, i changed root to
> be able to connect from any host [not just localhost]
> i think that i may have f**ked something up as root cannot connect to
> the 'users' table it appears.
> is there a hack to reset the users table?
Restart mysql with the --skip-grant-tables option and you'll go right in as
the root user. Reset the password, then restart MySQL "normally" again to
re-enable password checking.
Read docs at www.mysql.com for more info and syntax of the command.