

- ACCESS DENIED FOR USER ''@'LOCALHOST' TO DATABASE 'NEW' ON MAC INSTALL
- ACCESS DENIED FOR USER ''@'LOCALHOST' TO DATABASE 'NEW' ON MAC UPDATE
- ACCESS DENIED FOR USER ''@'LOCALHOST' TO DATABASE 'NEW' ON MAC UPGRADE
- ACCESS DENIED FOR USER ''@'LOCALHOST' TO DATABASE 'NEW' ON MAC PASSWORD

Connect to your database using the mysql command line tool and the login data from /etc/mythtv/mysql.txt (or ~/.mythtv/mysql.txt): mysql -u mythtv -p Mythtv associates the channels it has found (or imported from a nf) with the wrong transponder (basically the frequency the channel is transmitted on). Mythtv sucessfully finds DVB-T channels, but you cannot watch them
ACCESS DENIED FOR USER ''@'LOCALHOST' TO DATABASE 'NEW' ON MAC INSTALL
If you removed Amarok or any other programs, you would want to re-install them with a fourth command " sudo apt-get install amarok", etc. The third command " sudo apt-get install mythtv" does the actual reinstallation (re-installing MythTV will automatically re-install MySQL). It will also remove MythTV (which needs MySQL).
ACCESS DENIED FOR USER ''@'LOCALHOST' TO DATABASE 'NEW' ON MAC PASSWORD
The second command " sudo apt-get purge mysql-common" removes MySQL and removes any configuration files, so that when you re-install, you have a chance to set your own root password (or leave blank).

If you forget to do this for any programs (or skip this step), things will still work, but when you re-install your Amarok or other programs, they will be like new installations and not retain any of your previous settings. The first command " sudo apt-get remove amarok" removes Amarok but keeps the configuration files substitute the name of any installed programs which you know depend on MySQL and for which you want to keep the configuration. This can be done in Synaptic (or Adept) or in a terminal, as follows: A solution is to remove and purge MySQL and any dependent programs, then install MythTV (which will re-install MySQL), and only then re-install other programs that depend on MySQL. If still no access for may need to re-install MySQLĪ possible problem seen in (k)Ubuntu 8.04 and possibly other setups is that MySQL is already pre-installed (since it is used by the pre-installed Amarok) but not set up properly for MythTV.
ACCESS DENIED FOR USER ''@'LOCALHOST' TO DATABASE 'NEW' ON MAC UPDATE
It might be a good idea to runĪnd make sure that you update the password there as well.
ACCESS DENIED FOR USER ''@'LOCALHOST' TO DATABASE 'NEW' ON MAC UPGRADE
