no comment.
Saturday, May 14, 2016
Thursday, May 12, 2016
Wednesday, April 27, 2016
Tuesday, March 29, 2016
Wednesday, November 25, 2015
How to change root PASSWORD in MySQL in terminal
1
service mysql stop
service mysql status
mysqld_safe --skip-grant-tables &
mysql -u root
mysql> SHOW DATABASES;
mysql> use mysql;
mysql> update user set password=PASSWORD("yourverystrongpassword") where user='root';
mysql> flush privileges;
service mysql restart
service mysql status
mysql -u root -p
service mysql stop
service mysql status
mysqld_safe --skip-grant-tables &
mysql -u root
mysql> SHOW DATABASES;
mysql> use mysql;
mysql> update user set password=PASSWORD("yourverystrongpassword") where user='root';
mysql> flush privileges;
service mysql restart
service mysql status
mysql -u root -p
Wednesday, November 11, 2015
Monday, November 2, 2015
Sunday, November 1, 2015
Sunday, June 21, 2015
Saturday, June 13, 2015
Subscribe to:
Posts (Atom)
-
Remember that Microsoft reserved the 20% of the bandwidth of your connection to the router and the Internet. So I suggest to regain bandwi...
























