Comment 2 for bug 94746

Revision history for this message
Kurt J. Bosch (kujub-deactivatedaccount) wrote : Re: [feisty] regression: mysql-admin does not work with mysql-server running on dapper

OK - now I did

mysql -u root -p
grant select on mysql.* to mythtv@"192.168.178.%" identified by "mythtv";
flush privileges;
exit

to grant right to read database mysql to user mythtv which I use for doing backups with mysql-admin and now it works with the new version too. (Many thanks to Adam Majer)

I don't know why this change was necessary now. It workes with 1.1.10 without this too. I needed only
grant all on mythconverg.* to mythtv@"192.168.178.%" identified by "mythtv";
to grant rights for database mythconverg itself to user mythtv.

Now I don't know - is this a bug or is this a feature ?