Re: Darwinports Apache2/PHP5 & Tiger Mysql??
"Mark Duling" <[email protected]> Tue, 29 Aug 2006 13:02:22 -0700
| Newsgroups | gmane.os.opendarwin.darwinports |
|---|---|
| Message-ID | <[email protected]> |
Nat <[email protected]> writes: >After using Tiger's built-in Apache, PHP & Mysql for some time, I've >installed Apache2 & PHP5 with Darwinports. I'm hoping that I can use >them to access the built-in Mysql databases I've already been working >with . But I can't figure out how to see them. Can anyone help? Check to make sure that your php.ini has the correct mysql.default_socket parameter for the MySQL you are using. For DP's MySQL it is: mysql.default_socket = /opt/local/var/run/mysql5/mysqld.sock You'll have to find where Apple's built-in MySQL socket is and use that path. Mark