Browse Source

adding

master
Björn 4 years ago
parent
commit
886a5a2279
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      app/Commands/MariadbAddCommand.php

+ 0
- 1
app/Commands/MariadbAddCommand.php View File

@ -91,7 +91,6 @@ class MariadbAddCommand extends Command
$this->info('Database: '.$database);
$this->info('Username: '.$username);
$mysqli->query("CREATE DATABASE $database DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci");
// create user for remote and local access


Loading…
Cancel
Save