I have a slight issue in connecting Drush to my MAMP localhost DB. Already tried multiple solutions like changing host from localhost to 127.0.0.1, and editing MAMP files like this suggestion.
It seems my socket location is slightly different from most examples I see on the web, being var/mysql/mysql.sock rather than tmp/mysql.sock. I installed via homebrew, if that’s helpful.
Super new to drush, and command line in general, so any help much appreciated. All file transfers (like dl) work fine, just anything DB related throwing an error. Thanks!
PDO::__construct(): [2002] No such file or directory (trying to connect [warning] via unix:///var/mysql/mysql.sock) environment.inc:523 Command pm-enable needs a higher bootstrap level to run - you will need [error] to invoke drush from a more functional Drupal environment to run this command. The drush command 'en views' could not be executed. [error] Drush was not able to start (bootstrap) the Drupal database. [error] Hint: This may occur when Drush is trying to: * bootstrap a site that has not been installed or does not have a configured database. In this case you can select another site with a working database setup by specifying the URI to use with the --uri parameter on the command line. See `drush topic docs-aliases` for details. * connect the database through a socket. The socket file may be wrong or the php-cli may have no access to it in a jailed shell. See http://drupal.org/node/1428638 for details. Drush was attempting to connect to: Drupal version : 7.24 Site URI : http://default Database driver : mysql Database username : root Database name : DB_name Default theme : garland Administration : garland theme PHP executable : /usr/bin/php PHP configuration : PHP OS : Darwin Drush version : 6.1.0 Drush configuration : Drush alias files : /Users/UserName/.drush/pantheon.alias es.drushrc.php Drupal root : /Applications/MAMP/htdocs/landmark/landmark-l earning Site path : sites/default File directory path : sites/default/files
Sponsored by SupremePR