Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
skyminds committed Mar 17, 2024
1 parent 80bc18c commit 606c5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Catalog.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +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 606c5af

Please sign in to comment.