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

beltofte’s picture

Status: Active » Closed (duplicate)