Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Oct 16, 2018
1 parent dd89b53 commit a7caa6a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tasks/drupal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,10 @@ Or, you can specify the export file directly:
<catch>
<trycatch>
<try>
<!-- @todo This is potentially really sketchy; if you have root access and called your multisite
'mysql' or 'information_schema', would it destroy your MySQL install?
This helps with the multisite install process, though... and it will still fail if
permissions are set up properly for mysql...
<!-- If there's a database and it is accessible, this code will
not be run. This code can help with setting up new
multisites, since they will use new databases that may or may
not exist yet.
-->
<drush command="sql-create" assume="yes" />
<echo msg="Drupal database connection available." />
Expand Down

0 comments on commit a7caa6a

Please sign in to comment.