Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to know password of mysql root in linux terminal

mysql> use mysql;
​mysql> update user set authentication_string=password('NEWPASSWORD') where user='root';
​mysql> flush privileges;
​mysql> quit
Source by www.techrepublic.com #
 
PREVIOUS NEXT
Tagged: #password #mysql #root #linux #terminal
ADD COMMENT
Topic
Name
1+9 =