No. It is not a bug. The problem is that you wanted to backup a database but not all of the information regarding that database are in it. The system database (mysql) contains the rest of the information like user permissions and the like.
mysql-admin may have changed functionality from using some MySQL specific SQL to fetch these permissions to using the internal database itself. Not a big deal. Heck, maybe in the older version it didn't backup the permissions at all! Cheers, - Adam Kurt J. Bosch wrote: > OK i did > > grant select on mysql.* to mythtv@"192.168.178.%" identified by "mythtv"; > flush privileges; > > and now it works, so this version of mysql does really behave different. > Is this a bug ? > > Thank you very much for this help. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

