phpMyAdmin Password

I would like to change the password to phpMyAdmin access. I currently login with a username as root. When I access phpMyAdmin and look in the Privileges section I see the following:

root 127.0.0.1

root localhost

root ubuntu

Which one am I to edit?

2 Replies

Use the following sql instead it's quicker

SET PASSWORD = PASSWORD("yournewpassword");

@obs:

Use the following sql instead it's quicker

SET PASSWORD = PASSWORD("yournewpassword");

thanks much.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct