You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[CLI\Option(name: 'account-pass', description: 'uid1 pass. Defaults to a randomly generated password. If desired, set a fixed password in drush.yml.')]
#[CLI\Option(name: 'db-su', description: 'Account to use when creating a new database.')]
83
83
#[CLI\Option(name: 'db-su-pw', description: 'Password for the db-su account.')]
84
+
#[CLI\Option(name: 'extra', description: 'Add custom options to the connect string (e.g. --extra=--skip-column-names)')]
84
85
#[CLI\Usage(name: 'drush sql:create', description: 'Create the database for the current site.')]
85
86
#[CLI\Usage(name: 'drush @site.test sql:create', description: 'Create the database as specified for @site.test.')]
86
87
#[CLI\Usage(name: 'drush sql:create --db-su=root --db-su-pw=rootpassword --db-url="mysql://drupal_db_user:[email protected]/drupal_db"', description: 'Create the database as specified in the db-url option.')]
0 commit comments