Im using wp cli on my bedrock
directory setup and have the files in the wp dir. now installing the core using
wp core install --url=xxx --title=xxx --admin_user=xxx --admin_email=xxx --admin_password=xxx
and gives
PHP Fatal error: Uncaught mysqli_sql_exception: Table 'xxx.wp_options' doesn't exist in
The target db is empty with no tables. Please suggest.