Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
xampp ユーザー名を定義済みのユーザー名に変更したいと考えています。ユーザー名を変更できる場所を誰か教えてもらえますか? ありがとう。
でユーザー名とパスワードを変更してlocalhost/phpmyadminから、 に進みますxampp/phpMyAdmin/config.inc.php。引用された資料なしで、以下の行を探してください。
localhost/phpmyadmin
xampp/phpMyAdmin/config.inc.php
$cfg['Servers'][$i]['user'] = 'UserName'; $cfg['Servers'][$i]['password'] = 'NewPassword';