Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

mysql admin u root p password change password

#Change or update mysql root password
#Go to win cmd and cd into C:Program FilesMySQLMySQL Server 8.0in
#Then type in the following: (password - current root password)
mysqladmin -u root -p password newpass
Source by phoenixnap.com #
 
PREVIOUS NEXT
Tagged: #mysql #admin #root #password #change #password
ADD COMMENT
Topic
Name
3+7 =