Bug #753

mysql socket path wrong

Added by chael over 13 years ago. Updated over 13 years ago.

Status:No user feedback Start date:01/30/2011
Priority:Normal Due date:02/01/2011
Assignee:mihanson % Done:

100%

Category:Packages: Core Spent time: -
Target version:7.1 Estimated time:0.50 hour

Description

Mythweb does not launch because PHP is looking for /tmp/mysqld.sock and it has been moved to /var/run/mysqld/mysqld.sock. This can be easily fixed by editing /etc/php/php.ini and changing this line:

mysql.default_socket =

to

mysql.default_socket = /var/run/mysqld/mysqld.sock

It is posslble this is due to packages (php or lighttpd) being out of sync and just needing to be rebuilt.

Associated revisions

Revision 374f2f59
Added by mihanson over 13 years ago

php: Fix mysql.default_socket in php.ini Ref #753

History

Updated by mihanson over 13 years ago

  • Status changed from New to Feedback
  • Category changed from Other to Packages: Core
  • Due date changed from 01/10/2011 to 02/01/2011
  • Estimated time changed from 1.00 to 0.50
  • % Done changed from 0 to 90
  • Assignee set to mihanson

Updated by mihanson over 13 years ago

  • Status changed from Feedback to No user feedback
  • % Done changed from 90 to 100

Also available in: Atom PDF