[mythtv-commits] Ticket #13576: fixes/31 mythweb on Xubuntu 20.04 LTS Daily Build

MythTV noreply at mythtv.org
Tue Feb 11 17:18:01 UTC 2020


#13576: fixes/31 mythweb on Xubuntu 20.04 LTS Daily Build
----------------------------------+---------------------------
 Reporter:  Mike Bibbings         |          Owner:  Bill Meek
     Type:  Bug Report - General  |         Status:  closed
 Priority:  minor                 |      Milestone:  31.0
Component:  Plugin - MythWeb      |        Version:  v31-fixes
 Severity:  medium                |     Resolution:  fixed
 Keywords:                        |  Ticket locked:  0
----------------------------------+---------------------------

Comment (by Bill Meek <billmeek@…>):

 In [changeset:"6d43d669d07ae0ea46b78ac74c569c525ddce533/mythtv"
 6d43d669d0/mythtv]:
             {{{
             #!CommitTicketReference repository="mythtv"
 revision="6d43d669d07ae0ea46b78ac74c569c525ddce533"
             Database: choose mysql_native_password

 In mysql version 8.x (*buntu 20.04), mythweb fails because
 the PHP mysqli connector doesn't support the new default
 caching_sha2_authentication. Existing DB users work OK,
 but newly created ones won't.

 Somewhat ugly solution as MySQL 5.x/8.x and MariaDB CREATE USER
 syntax is slightly different. Use ALTER USER after creation.

 See: https://mysqlserverteam.com/upgrading-to-mysql-8-0-default-
 authentication-plugin-considerations/
      https://mariadb.com/kb/en/create-user/#identified-viawith-
 authentication_plugin

 Tested on MariaDB 10.3 and mysql 5.7 and 8.0.

 Closes #13576
             }}}

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13576#comment:4>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list