I executed, grant all privileges on mythconverg.* to 'mythtv'@'localhost' identified by 'mythtv';
however when I execute, mysql -u mythtv -p -h localhost mythtvconverg
I get, ERROR 1044 (42000): Access denied for user 'mythtv'@'localhost' to database 'mythtvconverg'
It's not supposed to work this way but it is, what's wrong?