• 1-888-289-2246
  • 24x7x365 Presence

Changing the MySQL password


Please follow the command below to set your password for the first time for MySQL:-

# mysqladmin -u root password YOURPASSWORD

We can change the root password through the command below :-

# mysqladmin -u root -p’oldpassword’ password ‘yournewpassword’

]]>


Leave a Reply

Your email address will not be published. Required fields are marked *