Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 609 Bytes

common-tip.pod

File metadata and controls

22 lines (13 loc) · 609 Bytes

常用易忘的命令

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

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 5:

'=item' outside of any '=over'

=over without closing =back