2.4k questions

2.4k answers

95.3k users

2 Online Users
0 Member 2 Guest
Today Visits : 1120
Yesterday Visits : 2173
Total Visits : 2334475

Categories

Notice

Dear All, These are my answers from Quora and primarily Google; please check the answer and from others sites; the answers are free and without any liability.To make a decision, write down all of the positives and negatives on a piece of paper.Thank you,

Elias Katsaniotis, MSc

Information

Viktoria Katsanioti,

Kaliningrad,

Russia,

matizegr@yahoo.com

0 votes
52 views

How do you change a phpMyAdmin username and password in XAMPP?
in General by (95.8k points)

1 Answer

0 votes

How do I change my phpMyAdmin username?

Open your database in PhpMyAdmin. Click on the database name in the menu to the left, it will unfold all tables. Click on the users table, for example, wp_users. Locate the user you want to change the login name for and click Edit.

How do you change MySQL root password from phpMyAdmin?

The three steps that I did:

  1. In the MySQL console set a new password. To make that: mysqladmin -u root password 'your_password'
  2. In phpMyAdmin click in users and set the same password to the user root .
  3. Finally, set your new password in the config. inc. php . Don't change anything else in this file.
by (95.8k points)
...