Thursday, January 15, 2015

mysql

you suck, that is all ;)

mysql> update user set Password = '*' where User = 'foo';
Rows matched: 3  Changed: 3  Warnings: 0

mysql -u foo -p


Access denied

mysql> FLUSH PRIVILEGES;

mysql -u foo -p

mysql>

*head hits desk*