Hi Simon,
Basically, after the installation, I can connect to the DB with
# mysql
without any password. But the account seem to have no privileges to perform 'GRANT ALL ..' or 'CREATE DATABASE' or anything. So it is a 'deadend' account.
Strangely, I can connect to the DB with any string as account name with the same crippled access. So, for example I can do the following.
# mysql -u notarealaccountname -p
with no password. Again I can't do much after connecting though.
Also, /usr/bin/mysqladmin -u root password 'toor' fails with
/usr/bin/mysqladmin: Can't turn off logging; error: 'Access denied; you need the SUPER privilege for this operation'
Not sure what is broken.
Thanks,
Hemant