Skip to content

Commit

Permalink
Test to check for grants
Browse files Browse the repository at this point in the history
  • Loading branch information
The9thLime committed Oct 19, 2024
1 parent b78db64 commit dcbd946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions values_mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ initdbScripts:
init.sql: |
CREATE DATABASE IF NOT EXISTS realworld;
CREATE USER IF NOT EXISTS 'realworld'@'%' IDENTIFIED BY '123';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON realworld.* TO 'realworld'@'%';
FLUSH PRIVILEGES;
Expand Down

0 comments on commit dcbd946

Please sign in to comment.