phpMyAdmin Password
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");
thanks much.
root 127.0.0.1
root localhost
root ubuntu
Which one am I to edit?
Use the following sql instead it's quicker
SET PASSWORD = PASSWORD("yournewpassword");
thanks much.