摘要:
mysql> update mysql.user set authentication_string = password('*****') where user = 'root'; grant all privileges on zabbix.* to zabbix@localhost ident 阅读全文
posted @ 2019-03-14 14:44
New_Journey
阅读(781)
评论(0)
推荐(0)
摘要:
fdisk -l命令详解 Disk /dev/sda: 53.7 GB, 53687091200 bytes 块设备名称为/dev/sda,此设备的大小为53.7GB,这个数字不是特别精确,我系统是50GB; 53687091200 bytes这是转换成字节后的大小,即:53687091200/10 阅读全文
posted @ 2019-03-14 14:24
New_Journey
阅读(554)
评论(0)
推荐(0)