Opened 13 years ago
Closed 12 years ago
#29853 closed enhancement (wontfix)
php5-mysql - add default mysqlnd configuation to mysql.ini file
Reported by: | BjarneDMat | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | php5-mysql |
Description (last modified by pixilla (Bradley Giesbrecht))
add default configuration to the mysql.ini file
### REQUIRES ### the proposed enhancement from #29849
Attachments (2)
Change History (5)
Changed 13 years ago by BjarneDMat
Attachment: | patch-Portfile added |
---|
Changed 13 years ago by BjarneDMat
Attachment: | mysqlnd_default.ini added |
---|
comment:1 Changed 13 years ago by pixilla (Bradley Giesbrecht)
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The ini file attached here sets mysql.default_socket, mysqli.default_socket and pdo_mysql.default_socket to the path to the mysql5 port's socket file, but we don't know that that's the version of MySQL server the user is running. They could be instead running mysql51 or mysql55 or mariadb or percona. The user needs to set up their ini file to match their setup. Clarified this by rewording the message in r102051.