Re: loading in grant tables

2003-09-04 Thread Egor Egorov
"Gronquist, Jim M" <[EMAIL PROTECTED]> wrote: > > I can log into mysql using > > safe_mysqld --skip-grant-tables & > > mysql -u root -mysql > > The directions say that from mysql I should be able to manually execute > the SQL commands in mysql_install_db > > and then run mysqladmin flush-privi

loading in grant tables

2003-09-03 Thread Gronquist, Jim M
I can log into mysql using safe_mysqld --skip-grant-tables & mysql -u root -mysql The directions say that from mysql I should be able to manually execute the SQL commands in mysql_install_db and then run mysqladmin flush-privileges afterword. It is not apparent to me how to manually e