Looking at the query anyway:

GRANT ALL PRIVILEGES ON .* TO @localhost IDENTIFIED BY 'zfcdascr';

Its obviously missing the database name and user params.
eg:

GRANT ALL PRIVILEGES ON db_name.* TO [EMAIL PROTECTED] IDENTIFIED BY 'zfcdascr';
or
GRANT ALL PRIVILEGES ON db_name.tbl_name TO [EMAIL PROTECTED] IDENTIFIED BY 
'zfcdascr';

depending on required scope.

Pretty please fix this up or let me know a manual way to edit the script
for now.

-- 
Mythtv won't install
https://launchpad.net/bugs/41339

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to