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