Changes

From SME Server
Jump to navigationJump to search
306 bytes added ,  17:35, 16 February 2008
Line 123: Line 123:     
===Known problems===
 
===Known problems===
 +
*MySql
 
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 mythtv@localhost = OLD_PASSWORD('mythtv');
 
  mysql> SET PASSWORD FOR 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.
 +
 +
*Mythtv-Setup
 +
There are problems reported that the main menu presented by mythtv-setup is present but not visible. If this occurs, menu choices will still work and the sub menu screens will appear properly. But you will need to make your top level choices by feel, memory, or some other reference.
    
===MythTV Frontend===
 
===MythTV Frontend===
147

edits

Navigation menu