摘要: create database sina default character set utf8mb4 collate utf8mb4_unicode_ci; ==or== my.cnf一般在etc/mysql/my.cnf位置。找到后请在以下三部分里添加如下内容: [client] default- 阅读全文
posted @ 2018-07-25 10:38 zqiushi 阅读(130) 评论(0) 推荐(0) 编辑
摘要: root@ubuntu:~# ls /sys/class/net/ enp0s3 enp0s8 loroot@ubuntu:~# vim /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For mo... 阅读全文
posted @ 2018-07-09 16:47 zqiushi 阅读(6524) 评论(0) 推荐(0) 编辑
摘要: systemctl restart rsyncd.service 阅读全文
posted @ 2018-06-21 20:21 zqiushi 阅读(650) 评论(0) 推荐(0) 编辑
摘要: docker cp /etc/localtime <id/name>:/etc/localtime 阅读全文
posted @ 2018-06-14 11:31 zqiushi 阅读(88) 评论(0) 推荐(0) 编辑
摘要: git reset --hard <commit_id> git push origin HEAD --force 阅读全文
posted @ 2018-06-11 19:06 zqiushi 阅读(135) 评论(0) 推荐(0) 编辑
摘要: docker oracle https://hub.docker.com/r/sath89/oracle-xe-11g/ docker run -d -p 8080:8080 -p 1521:1521 -v /my/oracle/data:/u01/app/oracle sath89/oracle- 阅读全文
posted @ 2018-05-29 20:56 zqiushi 阅读(442) 评论(0) 推荐(0) 编辑
摘要: create user <USER_NAME> identified by <PASSWORD>; grant create session TO <USER_NAME>; 方法一 有权限的用户执行 declarecursor tab_names is select table_name from 阅读全文
posted @ 2018-05-29 15:52 zqiushi 阅读(3615) 评论(0) 推荐(0) 编辑
摘要: 深入浅出Zabbix 3.0 -- 第十章 Web 监控 http://www.mamicode.com/info-detail-1824545.html 阅读全文
posted @ 2018-05-28 19:53 zqiushi 阅读(146) 评论(0) 推荐(0) 编辑
摘要: http://idea.imsxm.com/ 阅读全文
posted @ 2018-05-24 14:24 zqiushi 阅读(1229) 评论(0) 推荐(0) 编辑
摘要: 1. mysql -uroot -p -h10.10.0.242 zabbix<schema.sqlEnter password: * ERROR 1709 (HY000) at line 86: Index column size too large. The maximum column siz 阅读全文
posted @ 2018-05-24 14:23 zqiushi 阅读(214) 评论(0) 推荐(0) 编辑