Line 121:
Line 121:
===Known problems===
===Known problems===
When you encounter the following error: 'Client does not support authentication protocol requested by server; consider upgrading MySQL client' then you need to set the above mysql user password 'old' style. When connecting to the server with a pre-4.1 client program, use an account that still has a pre-4.1-style password. To do this, enter the following on the console:
When you encounter the following error: 'Client does not support authentication protocol requested by server; consider upgrading MySQL client' then you need to set the above mysql user password 'old' style. When connecting to the server with a pre-4.1 client program, use an account that still has a pre-4.1-style password. To do this, enter the following on the console:
−
mysql> SET PASSWORD FOR
+
mysql> SET PASSWORD FOR mythtv@localhost = OLD_PASSWORD('mythtv');
−
-> mythtv@localhost = OLD_PASSWORD('mythtv');
where user and password are the same as used with the 'grant' command. '/usr/bin/mythtv-setup' should start fine now.
where user and password are the same as used with the 'grant' command. '/usr/bin/mythtv-setup' should start fine now.