摘要:
error:The MySQL server is running with the secure file priv option so it cannot execute this statement。 1. 查看当前secure file priv 登录mysql show variables 阅读全文
摘要:
cd 命令 cd path 进入指定路径 cd ../ 进入上一级目录 cd - 进入上一次的目录并返回路径 df 查看系统磁盘内存使用情况 df -h size转换成常用格式,比如k,mb,g du 用于显示目录或文件的大小 -h 以K,M,G为单位,提高信息的可读性 du -sh 显示当前目录的 阅读全文