- mysql change password mysql> UPDATE mysql.user SET Password=PASSWORD('MyNewPass') -> WHERE User='root'; mysql> FLUSH PRIVILEGES;
- mysql 指定 IP 可以连接
-
GRANT ALL PRIVILEGES ON dbname.table TO 'user'@'ipaddr' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON test.* TO 'test'@'192.168.0.22' IDENTIFIED BY 'test';
- mencoder resample frame rate
-
mencoder $input_file -vf filmdint=${input_fps}:${output_fps}/fast=0,softskip,harddup -- ${input_fps} and ${output_fps} must be int
Hey! The above document had some coding errors, which are explained below:
- Around line 5:
-
'=item' outside of any '=over'
=over without closing =back