mysql导出数据的几种方式
第一张:
select * from user into outfile '/var/lib/mysql-file/xxx.sql'
有的mysql配置了导出文件的位置
查看允许位置:
SHOW VARIABLES LIKE "secure_file_priv";
第一张:
select * from user into outfile '/var/lib/mysql-file/xxx.sql'
有的mysql配置了导出文件的位置
查看允许位置:
SHOW VARIABLES LIKE "secure_file_priv";
sudo sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list将archive.ubunt...
背景:之前就有一个在我账户名下的问题程序,但是并不是我启动的,绝对不是我启动的。但是找不到原因就莫名的背起了锅。然后默默修改了密码(其实然并卵,下面详聊原理),该机器管理员把我踢出了root组(因为没啥程序在上面)起因:今日突然发现一个进程...
文件名不对,应该dubug模块有一个叫abc.py的文件换个名字正常运行...
因为主机时间没有自动同步有9.8s的误差。导致了出现负时间的问题首先手动校准时间ntpdate cn.pool.ntp.org开启时间自动更新服务systemctl start ntpd查看服务状态systemctl status ntpd...
通过如下命令来获取容器的日志地址 docker inspect --format '{{.LogPath}}' 97069f94437bcat命令查看上述命令找到的日志地址cat /...
git rm -r --cached . git add . git commit -m "update .gitignore" git status查看是否是"working di...