I have a custom MySQL 5.1 installation as described here. However, my Drupal PHP application is using the mysql libs and socket and defined in the php.ini file at How do I override these MySQL connection settings for my application? asked 01 Nov '10, 14:45 sxalexander |
You should be able to override those via your Drupal DB connection settings or via local PHP settings in your Drupal app's directory. answered 01 Nov '10, 15:19 seanf |