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 6f91130

Browse files
fix: latter error is fixed
But new error occurs: "Warning: mysqli_real_connect(): (HY000/1130): Host 'wordpress_c.inception_inception' is not allowed to connect to this MariaDB server in /var/www/wordpress/wp-includes/class-wpdb.php on line 1987 Host 'wordpress_c.inception_inception' is not allowed to connect to this MariaDB server" cf. screenshots/
1 parent 9e13de5 commit 6f91130

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
94.2 KB
Loading[フレーム]

‎srcs/requirements/wordpress/conf/wp-config.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
define( 'DB_PASSWORD', 'mypass' );
3030

3131
/** Database hostname */
32-
define( 'DB_HOST', 'localhost:3306' );
32+
define( 'DB_HOST', 'mariadb:3306' );
3333

3434
/** Database charset to use in creating database tables. */
3535
define( 'DB_CHARSET', 'utf8' );

‎srcs/volumes/wordpress/wordpress/wp-config.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
define( 'DB_PASSWORD', 'mypass' );
3030

3131
/** Database hostname */
32-
define( 'DB_HOST', 'localhost:3306' );
32+
define( 'DB_HOST', 'mariadb:3306' );
3333

3434
/** Database charset to use in creating database tables. */
3535
define( 'DB_CHARSET', 'utf8' );

0 commit comments

Comments
(0)

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