Closed (duplicate)
Project:
Drush
Component:
Core Commands
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Dec 2011 at 16:24 UTC
Updated:
27 Dec 2011 at 16:28 UTC
site-install gets an error Windows when drush_sql_db_exists() does:
mysql --database=unish_dev --host=127.0.0.1 --port=33066 --user=root --password= -e "SELECT 1;" 2> /dev/null > /dev/null
How to suppress this error on Windows? The meaning is "Try to connect to this database and if you can't, be perfectly silent. Failure is expected. We use the return code to determine success/failure."
Comments
Comment #1
beltofteMarking as duplicate of #1277890: drush si (site-install) - problem defining "db-url" path for drupal 7