8192CU LINUX驱动/****************************************************************************** * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under
Befor use this library: 1.install android SDK 2.install android JDK 3.install uiautomator by : "pip install uiautomator" 4.set environment path ANDROID_HOME=android sdk home path(root path of step 1) 5.you can us e adb tools to find devices Keyword
mysq 正确清理binlog日志
前言:
MySQL中的binlog日志记录了数据库中数据的变动,便于对数据的基于时间点和基于位置的恢复,但是binlog也会日渐增大,占用很大的磁盘空间,因此,要对binlog使用正确安全的方法清理掉一部分没用的日志。
【方法一】手动清理binlog
清理前的准备:
① 查看主库和从库正在使用的binlog是哪个文件
show master status\G
show slave status\G
② 在删除binlog日志之前,首先对binlo