Bug ID 960250
Summary server:php/php5: Corrupt mysql.ini
Classification openSUSE
Product openSUSE.org
Version unspecified
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component 3rd party software
Assignee crrodriguez@opensuse.org
Reporter fvogt@suse.com
QA Contact opensuse-communityscreening@forge.provo.novell.com
Found By ---
Blocker ---

/etc/php5/conf.d/mysql.ini contains the line
mysql.default_socket=/var/run/mysql/mysql.sock  # Debian squeeze:
/var/run/mysqld/mysqld.sock

which breaks mysql_connect("localhost",...) as it does not support comments and
tries to open the file "/var/run/mysql/mysql.sock  # Debian squeeze:
/var/run/mysqld/mysqld.sock".


You are receiving this mail because: