Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ed67b3d

Browse files
fix: the latter error is now fixed
I almost lost my mind on those errors for 5 days; d***!
1 parent 6f91130 commit ed67b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎srcs/requirements/mariadb/conf/script.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mysql -e "CREATE DATABASE IF NOT EXISTS $DATABASE1_NAME;"
88

99
mysql -e "CREATE USER IF NOT EXISTS '$SQL_USER_1'@'localhost' IDENTIFIED BY '$SQL_USER_1_PASSWD';"
1010

11-
mysql -e "GRANT ALL PRIVILEGES ON $DATABASE1_NAME.* TO '$SQL_USER_1'@'localhost' IDENTIFIED BY '$SQL_USER_1_PASSWD';"
11+
mysql -e "GRANT ALL PRIVILEGES ON $DATABASE1_NAME.* TO '$SQL_USER_1'@'wordpress_c.inception_inception' IDENTIFIED BY '$SQL_USER_1_PASSWD';"
1212

1313
mysql -e "ALTER USER 'root'@'localhost' IDENTIFIED BY '$SQL_ROOT_PASSWD';"
1414

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /