質問編集履歴

1

エラーメッセージ変更

2024/11/19 02:57

投稿

yuka_1027
yuka_1027

スコア1

test CHANGED
File without changes
test CHANGED
@@ -7,8 +7,7 @@
7
7
 
8
8
  ### エラーメッセージ
9
9
  ```error
10
- Fatal error: Uncaught mysqli_sql_exception: mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file in /home/users/2/chicappa.jp-hickorywind/web/blog/wp-includes/wp-db.php:1510 Stack trace: #0 /home/users/2/chicappa.jp-hickorywind/web/blog/wp-includes/wp-db.php(1510): mysqli_real_connect(Object(mysqli), 'mysql20.chicapp...', 'OA00064823', Object(SensitiveParameterValue), NULL, NULL, NULL, 0) #1 /home/users/2/chicappa.jp-hickorywind/web/blog/wp-includes/wp-db.php(647): wpdb->db_connect() #2 /home/users/2/chicappa.jp-hickorywind/web/blog/wp-includes/load.php(352): wpdb->__construct('OA00064823', 'Pqnyrv2s', 'OA00064823_hick...', 'mysql20.chicapp...') #3 /home/users/2/chicappa.jp-hickorywind/web/blog/wp-settings.php(79): require_wp_db() #4 /home/users/2/chicappa.jp-hickorywind/web/blog/wp-config.php(81): require_once('/home/users/2/c...') #5 /home/users/2/chicappa.jp-hickorywind/web/blog/wp-load.php(37): require_once('/home/users/2/c...') #6 /home/users/2/chicappa.jp-hickorywind/web/blog/wp-blog-header.php(12): require_once('/home/users/2/c...') #7 /home/users/2/chicappa.jp-hickorywind/web/blog/index.php(17): require('/home/users/2/c...') #8 {main} thrown in /home/users/2/chicappa.jp-hickorywind/web/blog/wp-includes/wp-db.php on line 1510
11
- ```
10
+ Fatal error: Uncaught mysqli_sql_exception: mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication.
12
11
 
13
12
  ### 該当のソースコード
14
13