アプリ版:「スタンプのみでお礼する」機能のリリースについて

私のMySQLは
以下のエラーとなっています。
-------------------------------------
phpMyAdmin へようこそ

エラー
MySQL のメッセージ: ドキュメント

接続できません。設定が無効です。
mysqli::real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: NO)
MySQL サーバに接続しようとしましたが拒否されました。config.inc.php のホスト、ユーザ名、パスワードが MySQL サーバの管理者から与えられた情報と一致するか確認してください。
-------------------------------------------------------
以上ですが!これって何ですか!?
以下が現在私の環境だと思われます。
よろしくお願いいたします。

Apache Friends
Applications
FAQs
HOW-TO Guides
PHPInfo
phpMyAdmin
XAMPP Apache + MariaDB + PHP + Perl
Welcome to XAMPP for Windows 7.4.9
You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. You can find more info in the FAQs section or check the HOW-TO Guides for getting started with PHP applications.

XAMPP is meant only for development purposes. It has certain configuration settings that make it easy to develop locally but that are insecure if you want to have your installation accessible to others. If you want have your XAMPP accessible from the internet, make sure you understand the implications and you checked the FAQs to learn how to protect your site. Alternatively you can use WAMP, MAMP or LAMP which are similar packages which are more suitable for production.

Start the XAMPP Control Panel to check the server status.

Community
XAMPP has been around for more than 10 years – there is a huge community behind it. You can get involved by joining our Forums, adding yourself to the Mailing List, and liking us on Facebook, following our exploits on Twitter, or adding us to your Google+ circles.

Contribute to XAMPP translation at translate.apachefriends.org.
Can you help translate XAMPP for other community members? We need your help to translate XAMPP into different languages. We have set up a site, translate.apachefriends.org, where users can contribute translations.

Install applications on XAMPP using Bitnami
Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. Visit the Bitnami XAMPP page for details on the currently available apps.

Bitnami XAMPP page
Follow us on Twitter

Like us on Facebook

Add us to your G+ Circles
Blog
Privacy Policy
CDN provided by
Copyright (c) 2018, Apache Friends

質問者からの補足コメント

  • うーん・・・

    参考URL
    https://www.adminweb.jp/xampp/mysql/index3.html
    以上~
    /* Authentication type and info */
    $cfg['Servers'][$i]['auth_type'] = 'cookie';
    $cfg['Servers'][$i]['user'] = 'root';
    $cfg['Servers'][$i]['password'] = '1';
    $cfg['Servers'][$i]['extension'] = 'mysqli';
    $cfg['Servers'][$i]['AllowNoPassword'] = true;
    $cfg['Lang'] = '';
    ----------------------------
    以上で!OKの蓮だったのですが

    No.1の回答に寄せられた補足コメントです。 補足日時:2020/09/23 16:27
  • うーん・・・

    設定後、ログオン画面は出てくるようになりましたが
    登録したパスワードを入力しましたが、以下の画面となり、それ以上
    進めない状態です。
    何が原因なのでしょうか?
    よろしくお願いいたします。

    以下はエラー画面をそのままコピー&ベースしました。
    ---------------------------------------
    phpMyAdmin
    phpMyAdmin へようこそ
    MySQL サーバにログインできません
    言語 - Language

    日本語 - Japanese

    ログインドキュメント
    ユーザ名:
    root
    パスワード:

    mysqli::real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: YES)

      補足日時:2020/09/23 16:29

A 回答 (1件)

>>MySQL サーバに接続しようとしましたが拒否されました。

config.inc.php のホスト、ユーザ名、パスワードが MySQL サーバの管理者から与えられた情報と一致するか確認してください。

ここに書かれてあるとおりですね。
これが分からないなら、稼働しているOSやデータベースであるMySQLの入門書、専門書を何冊か買い込んで勉強してください。
そして勉強に時間がかかるのは仕方のないことです。
この回答への補足あり
    • good
    • 2
この回答へのお礼

早早ご回答くださいまして、ありがとうございました。
了解です。

宜しくお願い致します。
https://oshiete.goo.ne.jp/qa/11910574.html

お礼日時:2020/09/23 07:35

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!