Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
skyminds committed Mar 17, 2024
1 parent 294e0a0 commit 80bc18c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Catalog.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ public function createAdminUserForCatalog(
$this->connection->prepare(
"CREATE USER ?@? IDENTIFIED BY ?;"
)->execute([$userName, $authHost, $password]);

$this->connection->prepare(
"GRANT ALL PRIVILEGES ON `%`.* TO ?@? IDENTIFIED BY ? WITH GRANT OPTION;"
)->execute([$userName, $authHost, $password]);
Expand Down

0 comments on commit 80bc18c

Please sign in to comment.