Bug #753

mysql socket path wrong

Added by chael about 13 years ago. Updated about 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 about 13 years ago

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

History

Updated by mihanson about 13 years ago

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

Updated by mihanson about 13 years ago

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

Also available in: Atom PDF